:right-sidebar: True PositionType =================================================================== .. currentmodule:: gi.repository.Gtk .. class:: PositionType :no-contents-entry: Describes which edge of a widget a certain feature is positioned at. For examples, see the tabs of a :obj:`~gi.repository.Gtk.Notebook`, or the label of a :obj:`~gi.repository.Gtk.Scale`. Fields ------ .. rst-class:: interim-class .. class:: PositionType :no-index: .. attribute:: BOTTOM The feature is at the bottom edge. .. attribute:: LEFT The feature is at the left edge. .. attribute:: RIGHT The feature is at the right edge. .. attribute:: TOP The feature is at the top edge.