![]() |
![]() |
![]() |
Libwnck Reference Manual | ![]() |
---|---|---|---|---|
#include <libwnck/libwnck.h> GtkWidget* wnck_create_window_action_menu (WnckWindow *window);
These functions are related to the context menu that is usually used to manipulate a window (closing it, minimizing it, maximizing it, moving it to another workspace, etc.).
GtkWidget* wnck_create_window_action_menu (WnckWindow *window);
Creates a menu of window operations for window
.
window : |
the WnckWindow for which a menu will be created. |
Returns : | a new GtkMenu, filled with menu items for window operations on
window .
|