Object Hierarchy
GObject
+----GInitiallyUnowned
+----GtkObject
+----GtkWidget
+----GtkContainer
+----GtkBin
+----GtkEventBox
+----FmTabLabel
Implemented Interfaces
FmTabLabel implements
AtkImplementorIface and GtkBuildable.
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
);