Public member index:
-
-
-
-
-
-
-
-
-
static GtkType get_type();
-
-
GtkButtonBox *gtkobj();
-
-
const GtkButtonBox *gtkobj()const;
-
-
static bool isA(Gtk_Object *checkcast);
-
-
-
-
virtual ~Gtk_ButtonBox();
-
-
GtkButtonBoxStyle get_layout()const;
-
-
void set_layout(GtkButtonBoxStyle layout_style);
-
-
gint get_child_size_width()const;
-
-
gint get_child_size_height()const;
-
-
void set_child_size(gint min_width,gint min_height);
-
-
gint get_child_ipadding_x()const;
-
-
gint get_child_ipadding_y()const;
-
-
void set_child_ipadding(gint ipad_x,gint ipad_y);
-
-
gint get_spacing()const;
-
-
void set_spacing(gint spacing);
-
-
void set_layout_spacing(GtkButtonBoxStyle layout,gint spacing);
-
-
gint get_child_size_default_width()const;
-
-
gint get_child_size_default_height()const;
-
-
static void set_child_size_default(gint min_width,gint min_height);
-
-
gint get_child_ipadding_default_x()const;
-
-
gint get_child_ipadding_default_y()const;
-
-
static void set_child_ipadding_default(gint ipad_x,gint ipad_y);
-
Protected member index:
-
void initialize_class();
-
-
void *get_parent_class();
-
-
static void init_parent_class();
-
-
explicit Gtk_ButtonBox(GtkButtonBox *castitem);
-
Private member index:
-
-
-
Gtk_ButtonBox(const Gtk_ButtonBox &);
-
-
Gtk_ButtonBox &operator =(const Gtk_ButtonBox &);
-
|