| Top |
The WnckSelector 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 WnckSelector will automatically detect the screen it is on, and will represent windows of this screen only.
GtkWidget *
wnck_selector_new (void);
Creates a new WnckSelector. The WnckSelector will list WnckWindow of the WnckScreen it is on.
Since: 2.10
struct WnckSelector {
GtkMenuBar parent_instance;
WnckSelectorPrivate *priv;
};
The WnckSelector struct contains only private fields and should not be directly accessed.