wx.lib.agw.artmanager.RendererBase¶Base class for all theme renderers.
Class Hierarchy¶
Inheritance diagram for class RendererBase:
Known Subclasses¶wx.lib.agw.artmanager.RendererMSOffice2007, wx.lib.agw.artmanager.RendererXP
Methods Summary¶Default class constructor. Intentionally empty. |
|
Draws the area below a bitmap and the bitmap itself using a gradient shading. |
|
Draws borders for a bitmap. |
|
Draws borders for buttons. |
|
Returns the font used for text. |
|
Returns the foreground colour for the menu. |
|
Returns the colour used for text colour when disabled. |
|
Returns the colour used for text colour when enabled. |
Class API¶Base class for all theme renderers.
Default class constructor. Intentionally empty.
Draws the area below a bitmap and the bitmap itself using a gradient shading.
Draws borders for a bitmap.
Draws borders for buttons.
Returns the foreground colour for the menu.
An instance of wx.Colour.
Returns the colour used for text colour when disabled.
An instance of wx.Colour.