Window Action Menu

Window Action Menu — context menu used to manipulate a window.

Stability Level

Unstable, unless otherwise indicated

Synopsis


#include <libwnck/libwnck.h>


GtkWidget*          wnck_create_window_action_menu      (WnckWindow *window);

Description

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.).

Details

wnck_create_window_action_menu ()

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.

See Also

WnckWindow