wx.lib.agw.artmanager.RendererXP¶
Xp-Style renderer.
Class Hierarchy¶
Known Superclasses¶
wx.lib.agw.artmanager.RendererBase
Methods Summary¶
Default class constructor. |
|
Draws a button using the XP theme. |
|
Draws a button using the XP theme. |
|
Draws a button using the XP theme. |
|
Draws the menu bar background according to the active theme. |
|
Draws the toolbar background according to the active theme. |
|
Returns the colour used for text colour when enabled. |
Class API¶
- class RendererXP(RendererBase)¶
Xp-Style renderer.
Methods¶
- __init__(self)¶
Default class constructor.
- DrawButton(self, dc, rect, state, input=None)¶
Draws a button using the XP theme.
- DrawButtonColour(self, dc, rect, state, colour)¶
Draws a button using the XP theme.
- DrawButtonTheme(self, dc, rect, state, useLightColours=None)¶
Draws a button using the XP theme.
- DrawMenuBarBg(self, dc, rect)¶
Draws the menu bar background according to the active theme.
- DrawToolBarBg(self, dc, rect)¶
Draws the toolbar background according to the active theme.