PositionType
Description:
[ CCode ( cprefix = "GTK_POS_" ) ]
public enum PositionType
Describes which edge of a widget a certain feature is positioned at.
For examples, see the tabs of a [class@Notebook], or the label of a [class@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.