1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
.. wxPython Phoenix documentation
This file was generated by Phoenix's sphinx generator and associated
tools, do not edit by hand.
Copyright: (c) 2011-2018 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`` ``NOTE``: PG_EX_xxx are extra window styles and must be set using SetExtraStyle() member function.
``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 from 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 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 toolbar, on Windows.
``wx.propgrid.PG_EX_TOOLBAR_SEPARATOR`` Show a separator below the toolbar.
================================================================================ ================================================================================
|
|