FmTabLabel

FmTabLabel

Synopsis

struct              FmTabLabel;
struct              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

struct FmTabLabel

struct FmTabLabel;

struct FmTabLabelClass

struct FmTabLabelClass {
	GtkEventBoxClass parent_class;
};

fm_tab_label_new ()

GtkWidget *         fm_tab_label_new                    (const char *text);

fm_tab_label_set_text ()

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