Public member index:
-
Gtk_Frame();
-
-
Gtk_Frame(const _gtk_string &label);
-
-
Gtk_Frame(GtkFrame *castitem);
-
-
void set_label();
-
-
void set_label(const _gtk_string &str);
-
-
const string get_label()const;
-
-
void set_label_align(gfloat xalign=0 . 0,gfloat yalign=0 . 5);
-
-
gfloat get_label_xalign()const;
-
-
gfloat get_label_yalign()const;
-
-
GtkShadowType set_shadow_type(GtkShadowType type);
-
-
GtkShadowType get_shadow_type()const;
-
-
GtkFrame *gtkobj();
-
-
const GtkFrame *gtkobj()const;
-
-
static bool isGtkFrame(Gtk_Object *checkcast);
-
Protected member index:
-
-
-
-
-
-
-
virtual void *get_parent_class();
-
Private member index:
-
-
-
GtkType get_type();
-
|