|  |  |  | GDL Reference Manual |  | 
|---|---|---|---|---|
                    GdlSwitcherPrivate;
enum                GdlSwitcherStyle;
                    GdlSwitcher;
GtkWidget*          gdl_switcher_new                    (void);
gint                gdl_switcher_insert_page            (GdlSwitcher *switcher,
                                                         GtkWidget *page,
                                                         GtkWidget *tab_widget,
                                                         const gchar *label,
                                                         const gchar *tooltips,
                                                         const gchar *stock_id,
                                                         gint position);
  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkNotebook
                                 +----GdlSwitcher
typedef enum {
    GDL_SWITCHER_STYLE_TEXT,
    GDL_SWITCHER_STYLE_ICON,
    GDL_SWITCHER_STYLE_BOTH,
    GDL_SWITCHER_STYLE_TOOLBAR,
    GDL_SWITCHER_STYLE_TABS
} GdlSwitcherStyle;
gint gdl_switcher_insert_page (GdlSwitcher *switcher, GtkWidget *page, GtkWidget *tab_widget, const gchar *label, const gchar *tooltips, const gchar *stock_id, gint position);
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| Returns : | 
"switcher-style" property"switcher-style" GdlSwitcherStyle : Read / Write
Switcher buttons style.
Default value: GDL_SWITCHER_STYLE_BOTH