GtkPositionType
Describes which edge of a widget a certain feature is positioned at, e.g. the tabs of a GtkNotebook, the handle of a GtkHandleBox or the label of a GtkScale.
| Value | Symbolic name | Description | 
| Â Â 0 | Gtk::POS_LEFT | The feature is at the left edge. | 
| Â Â 1 | Gtk::POS_RIGHT | The feature is at the right edge. | 
| Â Â 2 | Gtk::POS_TOP | The feature is at the top edge. | 
| Â Â 3 | Gtk::POS_BOTTOM | The feature is at the bottom edge. |