Xp-Style renderer.
wx.lib.agw.artmanager.RendererBase
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. |
RendererXP
(RendererBase)¶Xp-Style renderer.
__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.