wijjit.elements.display.tabbed_panel.TabPosition

class wijjit.elements.display.tabbed_panel.TabPosition(*values)[source]

Position of tabs relative to content area.

Variables:
  • TOP (auto) – Tabs displayed above content (horizontal layout)

  • BOTTOM (auto) – Tabs displayed below content (horizontal layout)

  • LEFT (auto) – Tabs displayed to left of content (vertical layout)

  • RIGHT (auto) – Tabs displayed to right of content (vertical layout)

__init__(*args, **kwds)

Attributes

TOP

BOTTOM

LEFT

RIGHT

TOP = 1
BOTTOM = 2
LEFT = 3
RIGHT = 4