tabart.VC71TabArt
Inheritance diagram for VC71TabArt:
Description
A class to draw tabs using the Visual Studio 2003 (VC71) style.
Class API
Methods
-
class VC71TabArt
Bases: tabart.AuiDefaultTabArt
A class to draw tabs using the Visual Studio 2003 (VC71) style.
-
__init__()
- Default class constructor.
-
Clone()
- Clones the art object.
-
DrawTab(dc, wnd, page, in_rect, close_button_state)
Draws a single tab.
Parameters: |
- dc – a wx.DC device context;
- wnd – a wx.Window instance object;
- page – the tab control page associated with the tab;
- in_rect – rectangle the tab should be confined to;
- close_button_state – the state of the close button on the tab.
|