Github User Fetcher 1.0.0
C Application with Server and GUI
|
Go to the source code of this file.
Macros | |
#define | GTK_TYPE_BOX_LAYOUT (gtk_box_layout_get_type()) |
Functions | |
GDK_AVAILABLE_IN_ALL GDK_AVAILABLE_IN_ALL GtkLayoutManager * | gtk_box_layout_new (GtkOrientation orientation) |
GDK_AVAILABLE_IN_ALL void | gtk_box_layout_set_homogeneous (GtkBoxLayout *box_layout, gboolean homogeneous) |
GDK_AVAILABLE_IN_ALL gboolean | gtk_box_layout_get_homogeneous (GtkBoxLayout *box_layout) |
GDK_AVAILABLE_IN_ALL void | gtk_box_layout_set_spacing (GtkBoxLayout *box_layout, guint spacing) |
GDK_AVAILABLE_IN_ALL guint | gtk_box_layout_get_spacing (GtkBoxLayout *box_layout) |
GDK_AVAILABLE_IN_ALL void | gtk_box_layout_set_baseline_position (GtkBoxLayout *box_layout, GtkBaselinePosition position) |
GDK_AVAILABLE_IN_ALL GtkBaselinePosition | gtk_box_layout_get_baseline_position (GtkBoxLayout *box_layout) |
GDK_AVAILABLE_IN_4_12 void | gtk_box_layout_set_baseline_child (GtkBoxLayout *box_layout, int child) |
GDK_AVAILABLE_IN_4_12 int | gtk_box_layout_get_baseline_child (GtkBoxLayout *box_layout) |
#define GTK_TYPE_BOX_LAYOUT (gtk_box_layout_get_type()) |
Definition at line 30 of file gtkboxlayout.h.
GDK_AVAILABLE_IN_4_12 int gtk_box_layout_get_baseline_child | ( | GtkBoxLayout * | box_layout | ) |
GDK_AVAILABLE_IN_ALL GtkBaselinePosition gtk_box_layout_get_baseline_position | ( | GtkBoxLayout * | box_layout | ) |
GDK_AVAILABLE_IN_ALL gboolean gtk_box_layout_get_homogeneous | ( | GtkBoxLayout * | box_layout | ) |
GDK_AVAILABLE_IN_ALL guint gtk_box_layout_get_spacing | ( | GtkBoxLayout * | box_layout | ) |
GDK_AVAILABLE_IN_ALL GDK_AVAILABLE_IN_ALL GtkLayoutManager * gtk_box_layout_new | ( | GtkOrientation | orientation | ) |
GDK_AVAILABLE_IN_4_12 void gtk_box_layout_set_baseline_child | ( | GtkBoxLayout * | box_layout, |
int | child ) |
GDK_AVAILABLE_IN_ALL void gtk_box_layout_set_baseline_position | ( | GtkBoxLayout * | box_layout, |
GtkBaselinePosition | position ) |
GDK_AVAILABLE_IN_ALL void gtk_box_layout_set_homogeneous | ( | GtkBoxLayout * | box_layout, |
gboolean | homogeneous ) |
GDK_AVAILABLE_IN_ALL void gtk_box_layout_set_spacing | ( | GtkBoxLayout * | box_layout, |
guint | spacing ) |