Enumeration

GtkPositionType

Declaration

enum Gtk.PositionType

Description [src]

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.

Members

GTK_POS_LEFT

The feature is at the left edge.

  • Value: 0
  • Available since: 3.0
GTK_POS_RIGHT

The feature is at the right edge.

  • Value: 1
  • Available since: 3.0
GTK_POS_TOP

The feature is at the top edge.

  • Value: 2
  • Available since: 3.0
GTK_POS_BOTTOM

The feature is at the bottom edge.

  • Value: 3
  • Available since: 3.0