|  |  |  | Libwnck Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | ||||
  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkMenuShell
                                 +----GtkMenuBar
                                       +----WnckSelector
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.
typedef struct _WnckSelector WnckSelector;
The WnckSelector struct contains only private fields and should not be directly accessed.
GtkWidget * wnck_selector_new (void);
Creates a new WnckSelector. The WnckSelector will list WnckWindow of the WnckScreen it is on.
| Returns : | a newly created WnckSelector. | 
Since 2.10