.. include:: headings.inc .. _WindowVariant: ========================================================================================================================================== |phoenix_title| **WindowVariant** ========================================================================================================================================== The `WindowVariant` enumeration provides the following values: ================================================================================ ================================================================================ **Description** **Value** ================================================================================ ================================================================================ ``WINDOW_VARIANT_NORMAL`` Normal size. ``WINDOW_VARIANT_SMALL`` Smaller size (about 25 % smaller than normal). ``WINDOW_VARIANT_MINI`` Mini size (about 33 % smaller than normal). ``WINDOW_VARIANT_LARGE`` Large size (about 25 % larger than normal). ``WINDOW_VARIANT_MAX`` ================================================================================ ================================================================================ |