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 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
|
.. 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.SystemColour:
==========================================================================================================================================
|phoenix_title| **wx.SystemColour**
==========================================================================================================================================
The `SystemColour` enumeration provides the following values:
================================================================================ ================================================================================
**Description** **Value**
================================================================================ ================================================================================
``wx.SYS_COLOUR_SCROLLBAR`` The scrollbar grey area.
``wx.SYS_COLOUR_DESKTOP`` The desktop colour.
``wx.SYS_COLOUR_ACTIVECAPTION`` Active window caption colour.
``wx.SYS_COLOUR_INACTIVECAPTION`` Inactive window caption colour.
``wx.SYS_COLOUR_MENU`` Menu background colour.
``wx.SYS_COLOUR_WINDOW`` Window background colour.
``wx.SYS_COLOUR_WINDOWFRAME`` Window frame colour.
``wx.SYS_COLOUR_MENUTEXT`` Colour of the text used in the menus.
``wx.SYS_COLOUR_WINDOWTEXT`` Colour of the text used in generic windows.
``wx.SYS_COLOUR_CAPTIONTEXT`` Colour of the text used in captions, size boxes and scrollbar arrow boxes.
``wx.SYS_COLOUR_ACTIVEBORDER`` Active window border colour.
``wx.SYS_COLOUR_INACTIVEBORDER`` Inactive window border colour.
``wx.SYS_COLOUR_APPWORKSPACE`` Background colour for MDI applications.
``wx.SYS_COLOUR_HIGHLIGHT`` Colour of item(s) selected in a control.
``wx.SYS_COLOUR_HIGHLIGHTTEXT`` Colour of the text of item(s) selected in a control.
``wx.SYS_COLOUR_BTNFACE`` Face shading colour on push buttons.
``wx.SYS_COLOUR_BTNSHADOW`` Edge shading colour on push buttons.
``wx.SYS_COLOUR_GRAYTEXT`` Colour of greyed (disabled) text.
``wx.SYS_COLOUR_BTNTEXT`` Colour of the text on push buttons.
``wx.SYS_COLOUR_INACTIVECAPTIONTEXT`` Colour of the text in active captions.
``wx.SYS_COLOUR_BTNHIGHLIGHT`` Highlight colour for buttons.
``wx.SYS_COLOUR_3DDKSHADOW`` Dark shadow colour for three-dimensional display elements.
``wx.SYS_COLOUR_3DLIGHT`` Light colour for three-dimensional display elements.
``wx.SYS_COLOUR_INFOTEXT`` Text colour for tooltip controls.
``wx.SYS_COLOUR_INFOBK`` Background colour for tooltip controls.
``wx.SYS_COLOUR_LISTBOX`` Background colour for list-like controls.
``wx.SYS_COLOUR_HOTLIGHT`` Colour for a hyperlink or hot-tracked item.
``wx.SYS_COLOUR_GRADIENTACTIVECAPTION`` Right side colour in the color gradient of an active window's title bar.
``wx.SYS_COLOUR_GRADIENTINACTIVECAPTION`` Right side colour in the color gradient of an inactive window's title bar.
``wx.SYS_COLOUR_MENUHILIGHT`` The colour used to highlight menu items when the menu appears as a flat menu.
``wx.SYS_COLOUR_MENUBAR`` The background colour for the menu bar when menus appear as flat menus.
``wx.SYS_COLOUR_LISTBOXTEXT`` Text colour for list-like controls.
``wx.SYS_COLOUR_LISTBOXHIGHLIGHTTEXT`` Text colour for the unfocused selection of list-like controls.
``wx.SYS_COLOUR_BACKGROUND`` Synonym for ``SYS_COLOUR_DESKTOP`` .
``wx.SYS_COLOUR_3DFACE`` Synonym for ``SYS_COLOUR_BTNFACE`` .
``wx.SYS_COLOUR_3DSHADOW`` Synonym for ``SYS_COLOUR_BTNSHADOW`` .
``wx.SYS_COLOUR_BTNHILIGHT`` Synonym for ``SYS_COLOUR_BTNHIGHLIGHT`` .
``wx.SYS_COLOUR_3DHIGHLIGHT`` Synonym for ``SYS_COLOUR_BTNHIGHLIGHT`` .
``wx.SYS_COLOUR_3DHILIGHT`` Synonym for ``SYS_COLOUR_BTNHIGHLIGHT`` .
``wx.SYS_COLOUR_FRAMEBK`` Synonym for ``SYS_COLOUR_BTNFACE`` .
================================================================================ ================================================================================
|
|