FmTabLabel

FmTabLabel

Synopsis

                    FmTabLabel;
                    FmTabLabelClass;
GtkWidget*          fm_tab_label_new                    (const char *text);
void                fm_tab_label_set_text               (FmTabLabel *label,
                                                         const char *text);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkBin
                                 +----GtkEventBox
                                       +----FmTabLabel

Implemented Interfaces

FmTabLabel implements AtkImplementorIface and GtkBuildable.

Description

Details

FmTabLabel

typedef struct _FmTabLabel FmTabLabel;


FmTabLabelClass

typedef struct {
	GtkEventBoxClass parent_class;
} FmTabLabelClass;


fm_tab_label_new ()

GtkWidget*          fm_tab_label_new                    (const char *text);

text :

Returns :


fm_tab_label_set_text ()

void                fm_tab_label_set_text               (FmTabLabel *label,
                                                         const char *text);

label :

text :