.. This file is auto-generated by //tools:generate_doc. Please do not edit directly

Orientation
===========
.. class:: Orientation

   Enum representing the orientation of widgets.


   Members:

     HORIZONTAL : Horizontal orientation.

     VERTICAL : Vertical orientation.

   .. method:: __eq__(other) -> bool
   .. method:: __getstate__() -> int
   .. method:: __hash__() -> int
   .. method:: __index__() -> int
   .. method:: __init__(value) -> None
   .. method:: __int__() -> int
   .. method:: __ne__(other) -> bool
   .. method:: __repr__() -> str
   .. method:: __setstate__(state) -> None
   .. method:: __str__() -> str
   .. method:: name() -> str
   .. method:: value() -> int