Top |
#define | AGS_NOTEBOOK_TAB() |
gint | ags_notebook_tab_index () |
gint | ags_notebook_next_active_tab () |
gint | ags_notebook_add_tab () |
void | ags_notebook_insert_tab () |
void | ags_notebook_remove_tab () |
void | ags_notebook_add_child () |
void | ags_notebook_remove_child () |
AgsNotebook * | ags_notebook_new () |
#define | AGS_NOTEBOOK_TAB_DEFAULT_HEIGHT |
#define | AGS_NOTEBOOK_TAB_DEFAULT_WIDTH |
enum | AgsNotebookFlags |
enum | AgsNotebookTabFlags |
struct | AgsNotebookTab |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GtkVBox ╰── AgsNotebook
AgsNotebook implements AtkImplementorIface, GtkBuildable, GtkOrientable and AgsConnectable.
gint ags_notebook_next_active_tab (AgsNotebook *notebook
,gint position
);
void ags_notebook_remove_child (AgsNotebook *notebook
,GtkWidget *child
);