PositionType
Description:
[ CCode ( cprefix = "GTK_POS_" , type_id = "gtk_position_type_get_type ()" ) ]
public enum PositionType
Describes which edge of a widget a certain feature is positioned at, e.
g. the tabs of a Notebook, or the label of a
Scale.
Content:
Enum values:
- BOTTOM - The feature is at the bottom edge.
- LEFT - The feature is at the left edge.
- RIGHT - The feature is at the right edge.
- TOP - The feature is at the top edge.