AnjutaTabber
AnjutaTabber — Tab widget
|
|
Stability Level
Unstable, unless otherwise indicated
Object Hierarchy
GObject
╰── GInitiallyUnowned
╰── GtkWidget
╰── GtkContainer
╰── AnjutaTabber
Includes
#include <libanjuta/anjuta-tabber.h>
Functions
anjuta_tabber_new ()
GtkWidget *
anjuta_tabber_new (GtkNotebook *notebook
);
Creates a new AnjutaTabber widget
Returns
newly created AnjutaTabber widget
anjuta_tabber_add_tab ()
void
anjuta_tabber_add_tab (AnjutaTabber *tabber
,
GtkWidget *tab_label
);
Append a tab to the AnjutaTabber widget
anjuta_tabber_prepend_tab ()
void
anjuta_tabber_prepend_tab (AnjutaTabber *tabber
,
GtkWidget *tab_label
);
Prepend a tab to the AnjutaTabber widget
Types and Values
AnjutaTabberPriv
typedef struct _AnjutaTabberPriv AnjutaTabberPriv;
Property Details
The “notebook”
property
“notebook” GObject *
GtkNotebook the tabber is associated with.
Flags: Write / Construct Only