.. include:: headings.inc .. _EllipsizeFlags: ========================================================================================================================================== |phoenix_title| **EllipsizeFlags** ========================================================================================================================================== The `EllipsizeFlags` enumeration provides the following values: ================================================================================ ================================================================================ **Description** **Value** ================================================================================ ================================================================================ ``ELLIPSIZE_FLAGS_NONE`` No special flags. ``ELLIPSIZE_FLAGS_PROCESS_MNEMONICS`` Take mnemonics into account when calculating the text width. ``ELLIPSIZE_FLAGS_EXPAND_TABS`` Expand tabs in spaces when calculating the text width. ``ELLIPSIZE_FLAGS_DEFAULT`` The default flags for :meth:`Control.Ellipsize` . ================================================================================ ================================================================================ |