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

  0Gtk::POS_LEFT The feature is at the left edge.
  1Gtk::POS_RIGHT The feature is at the right edge.
  2Gtk::POS_TOP The feature is at the top edge.
  3Gtk::POS_BOTTOM The feature is at the bottom edge.