| Top |
MatewnckSelectorMatewnckSelector — a window selector widget, showing the list of windows as a menu. |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkMenuShell ╰── GtkMenuBar ╰── MatewnckSelector
The MatewnckSelector represents client windows on a screen as a menu, where menu items are labelled with the window titles and icons. Activating a menu item activates the represented window.
The MatewnckSelector will automatically detect the screen it is on, and will represent windows of this screen only.
GtkWidget *
matewnck_selector_new (void);
Creates a new MatewnckSelector. The MatewnckSelector will list MatewnckWindow of the MatewnckScreen it is on.
Since 2.10
struct MatewnckSelector;
The MatewnckSelector struct contains only private fields and should not be directly accessed.