AnjutaTabber

AnjutaTabber — Tab widget

Stability Level

Unstable, unless otherwise indicated

Synopsis

#include <libanjuta/anjuta-tabber.h>

struct              AnjutaTabberClass;
GtkWidget *         anjuta_tabber_new                   (GtkNotebook *notebook);
void                anjuta_tabber_add_tab               (AnjutaTabber *tabber,
                                                         GtkWidget *tab_label);
                    AnjutaTabberPriv;

Description

Details

struct AnjutaTabberClass

struct AnjutaTabberClass {
	GtkContainerClass parent_class;
};


anjuta_tabber_new ()

GtkWidget *         anjuta_tabber_new                   (GtkNotebook *notebook);

Creates a new AnjutaTabber widget

notebook :

the GtkNotebook the tabber should be associated with

Returns :

newly created AnjutaTabber widget

anjuta_tabber_add_tab ()

void                anjuta_tabber_add_tab               (AnjutaTabber *tabber,
                                                         GtkWidget *tab_label);

Adds a tab to the AnjutaTabber widget

tabber :

a AnjutaTabber widget

tab_label :

widget used as tab label

AnjutaTabberPriv

typedef struct _AnjutaTabberPriv AnjutaTabberPriv;