Go to the source code of this file.
|
#define | GTK_TYPE_BUTTON_BOX (gtk_button_box_get_type ()) |
|
#define | GTK_BUTTON_BOX(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_BUTTON_BOX, GtkButtonBox)) |
|
#define | GTK_BUTTON_BOX_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_BUTTON_BOX, GtkButtonBoxClass)) |
|
#define | GTK_IS_BUTTON_BOX(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_BUTTON_BOX)) |
|
#define | GTK_IS_BUTTON_BOX_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_BUTTON_BOX)) |
|
#define | GTK_BUTTON_BOX_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_BUTTON_BOX, GtkButtonBoxClass)) |
|
#define | GTK_BUTTONBOX_DEFAULT -1 |
|
#define | gtk_button_box_set_spacing(b, s) gtk_box_set_spacing (GTK_BOX (b), s) |
|
#define | gtk_button_box_get_spacing(b) gtk_box_get_spacing (GTK_BOX (b)) |
|
|
GType | gtk_button_box_get_type (void) G_GNUC_CONST |
|
GtkButtonBoxStyle | gtk_button_box_get_layout (GtkButtonBox *widget) |
|
void | gtk_button_box_set_layout (GtkButtonBox *widget, GtkButtonBoxStyle layout_style) |
|
gboolean | gtk_button_box_get_child_secondary (GtkButtonBox *widget, GtkWidget *child) |
|
void | gtk_button_box_set_child_secondary (GtkButtonBox *widget, GtkWidget *child, gboolean is_secondary) |
|
void | gtk_button_box_set_child_size (GtkButtonBox *widget, gint min_width, gint min_height) |
|
void | gtk_button_box_set_child_ipadding (GtkButtonBox *widget, gint ipad_x, gint ipad_y) |
|
void | gtk_button_box_get_child_size (GtkButtonBox *widget, gint *min_width, gint *min_height) |
|
void | gtk_button_box_get_child_ipadding (GtkButtonBox *widget, gint *ipad_x, gint *ipad_y) |
|
void | _gtk_button_box_child_requisition (GtkWidget *widget, int *nvis_children, int *nvis_secondaries, int *width, int *height) |
|
◆ GTK_BUTTON_BOX
◆ GTK_BUTTON_BOX_CLASS
◆ GTK_BUTTON_BOX_GET_CLASS
◆ gtk_button_box_get_spacing
◆ gtk_button_box_set_spacing
◆ GTK_BUTTONBOX_DEFAULT
#define GTK_BUTTONBOX_DEFAULT -1 |
◆ GTK_IS_BUTTON_BOX
◆ GTK_IS_BUTTON_BOX_CLASS
#define GTK_IS_BUTTON_BOX_CLASS |
( |
|
klass | ) |
(G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_BUTTON_BOX)) |
◆ GTK_TYPE_BUTTON_BOX
◆ GtkButtonBox
◆ GtkButtonBoxClass
◆ _gtk_button_box_child_requisition()
void _gtk_button_box_child_requisition |
( |
GtkWidget * |
widget, |
|
|
int * |
nvis_children, |
|
|
int * |
nvis_secondaries, |
|
|
int * |
width, |
|
|
int * |
height |
|
) |
| |
◆ gtk_button_box_get_child_ipadding()
void gtk_button_box_get_child_ipadding |
( |
GtkButtonBox * |
widget, |
|
|
gint * |
ipad_x, |
|
|
gint * |
ipad_y |
|
) |
| |
◆ gtk_button_box_get_child_secondary()
◆ gtk_button_box_get_child_size()
void gtk_button_box_get_child_size |
( |
GtkButtonBox * |
widget, |
|
|
gint * |
min_width, |
|
|
gint * |
min_height |
|
) |
| |
◆ gtk_button_box_get_layout()
◆ gtk_button_box_get_type()
GType gtk_button_box_get_type |
( |
void |
| ) |
|
◆ gtk_button_box_set_child_ipadding()
void gtk_button_box_set_child_ipadding |
( |
GtkButtonBox * |
widget, |
|
|
gint |
ipad_x, |
|
|
gint |
ipad_y |
|
) |
| |
◆ gtk_button_box_set_child_secondary()
void gtk_button_box_set_child_secondary |
( |
GtkButtonBox * |
widget, |
|
|
GtkWidget * |
child, |
|
|
gboolean |
is_secondary |
|
) |
| |
◆ gtk_button_box_set_child_size()
void gtk_button_box_set_child_size |
( |
GtkButtonBox * |
widget, |
|
|
gint |
min_width, |
|
|
gint |
min_height |
|
) |
| |
◆ gtk_button_box_set_layout()