Xp-Style renderer.
__init__ |
Default class constructor. |
DrawButton |
Draws a button using the XP theme. |
DrawButtonColour |
Draws a button using the XP theme. |
DrawButtonTheme |
Draws a button using the XP theme. |
DrawMenuBarBg |
Draws the menu bar background according to the active theme. |
DrawToolBarBg |
Draws the toolbar background according to the active theme. |
GetTextColourEnable |
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.
Parameters: |
---|
DrawButtonColour
(self, dc, rect, state, colour)¶Draws a button using the XP theme.
Parameters: |
---|
DrawButtonTheme
(self, dc, rect, state, useLightColours=None)¶Draws a button using the XP theme.
Parameters: |
---|
DrawMenuBarBg
(self, dc, rect)¶Draws the menu bar background according to the active theme.
Parameters: |
---|
DrawToolBarBg
(self, dc, rect)¶Draws the toolbar background according to the active theme.
Parameters: |
---|