Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gtkboxlayout.h File Reference
#include <gtk/gtkenums.h>
#include <gtk/gtklayoutmanager.h>

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 GtkLayoutManagergtk_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)
 

Macro Definition Documentation

◆ GTK_TYPE_BOX_LAYOUT

#define GTK_TYPE_BOX_LAYOUT   (gtk_box_layout_get_type())

Definition at line 30 of file gtkboxlayout.h.

Function Documentation

◆ gtk_box_layout_get_baseline_child()

GDK_AVAILABLE_IN_4_12 int gtk_box_layout_get_baseline_child ( GtkBoxLayout * box_layout)

◆ gtk_box_layout_get_baseline_position()

GDK_AVAILABLE_IN_ALL GtkBaselinePosition gtk_box_layout_get_baseline_position ( GtkBoxLayout * box_layout)

◆ gtk_box_layout_get_homogeneous()

GDK_AVAILABLE_IN_ALL gboolean gtk_box_layout_get_homogeneous ( GtkBoxLayout * box_layout)

◆ gtk_box_layout_get_spacing()

GDK_AVAILABLE_IN_ALL guint gtk_box_layout_get_spacing ( GtkBoxLayout * box_layout)

◆ gtk_box_layout_new()

◆ gtk_box_layout_set_baseline_child()

GDK_AVAILABLE_IN_4_12 void gtk_box_layout_set_baseline_child ( GtkBoxLayout * box_layout,
int child )

◆ gtk_box_layout_set_baseline_position()

GDK_AVAILABLE_IN_ALL void gtk_box_layout_set_baseline_position ( GtkBoxLayout * box_layout,
GtkBaselinePosition position )

◆ gtk_box_layout_set_homogeneous()

GDK_AVAILABLE_IN_ALL void gtk_box_layout_set_homogeneous ( GtkBoxLayout * box_layout,
gboolean homogeneous )

◆ gtk_box_layout_set_spacing()

GDK_AVAILABLE_IN_ALL void gtk_box_layout_set_spacing ( GtkBoxLayout * box_layout,
guint spacing )