API Version: 4.0
Library Version: 4.1.0
enum Gtk.PositionType
Describes which edge of a widget a certain feature is positioned at, e.g. the tabs of a GtkNotebook, or the label of a GtkScale.
GtkNotebook
GtkScale
GTK_POS_LEFT
"left"
0
The feature is at the left edge.
GTK_POS_RIGHT
"right"
1
The feature is at the right edge.
GTK_POS_TOP
"top"
2
The feature is at the top edge.
GTK_POS_BOTTOM
"bottom"
3
The feature is at the bottom edge.