.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2020 by Total Control Software License: wxWindows License .. include:: headings.inc .. _wx.propgrid.PG_EX_WINDOW_STYLES: ========================================================================================================================================== |phoenix_title| **wx.propgrid.PG_EX_WINDOW_STYLES** ========================================================================================================================================== The `PG_EX_WINDOW_STYLES` enumeration provides the following values: ================================================================================ ================================================================================ **Description** **Value** ================================================================================ ================================================================================ ``wx.propgrid.PG_EX_INIT_NOCAT`` Speeds up switching to ``wx.propgrid.PG_HIDE_CATEGORIES`` mode. ``wx.propgrid.PG_EX_NO_FLAT_TOOLBAR`` Extended window style that sets :ref:`wx.propgrid.PropertyGridManager` tool bar to not use flat style. ``wx.propgrid.PG_EX_MODE_BUTTONS`` Shows alphabetic/categoric mode buttons on :ref:`wx.propgrid.PropertyGridManager` tool bar. ``wx.propgrid.PG_EX_HELP_AS_TOOLTIPS`` Show property help strings as tool tips instead as text on the status bar. ``wx.propgrid.PG_EX_NATIVE_DOUBLE_BUFFERING`` Allows relying on native double-buffering. ``wx.propgrid.PG_EX_AUTO_UNSPECIFIED_VALUES`` Set this style to let user have ability to set values of properties to unspecified state. ``wx.propgrid.PG_EX_WRITEONLY_BUILTIN_ATTRIBUTES`` If this style is used, built-in attributes (such as ``PG_FLOAT_PRECISION`` and ``PG_STRING_PASSWORD``) are not stored into property's attribute storage (thus they are not readable). ``wx.propgrid.PG_EX_HIDE_PAGE_BUTTONS`` Hides page selection buttons from :ref:`wx.propgrid.PropertyGridManager` tool bar. ``wx.propgrid.PG_EX_MULTIPLE_SELECTION`` Allows multiple properties to be selected by user (by pressing ``SHIFT`` when clicking on a property, or by dragging with left mouse button down). ``wx.propgrid.PG_EX_ENABLE_TLP_TRACKING`` This enables top-level window tracking which allows :ref:`wx.propgrid.PropertyGrid` to notify the application of last-minute property value changes by user. ``wx.propgrid.PG_EX_NO_TOOLBAR_DIVIDER`` Don't show divider above :ref:`wx.propgrid.PropertyGridManager` toolbar (wxMSW only). ``wx.propgrid.PG_EX_TOOLBAR_SEPARATOR`` Show a separator below the :ref:`wx.propgrid.PropertyGridManager` toolbar. ``wx.propgrid.PG_EX_ALWAYS_ALLOW_FOCUS`` Allows taking focus on the entire area (on canvas) even if :ref:`wx.propgrid.PropertyGrid` is not a standalone control. ``wx.propgrid.PG_EX_WINDOW_PG_STYLE_MASK`` A mask which can be used to filter (out) all extra styles applicable to :ref:`wx.propgrid.PropertyGrid`. ``wx.propgrid.PG_EX_WINDOW_PGMAN_STYLE_MASK`` A mask which can be used to filter (out) all extra styles applicable to :ref:`wx.propgrid.PropertyGridManager`. ``wx.propgrid.PG_EX_WINDOW_STYLE_MASK`` A mask which can be used to filter (out) all extra styles. ================================================================================ ================================================================================ |