A class to draw tabs using the Visual Studio 2003 (VC71) style.
wx.lib.agw.aui.tabart.AuiDefaultTabArt
Default class constructor. |
|
Clones the art object. |
|
Draws a single tab. |
A class to draw tabs using the Visual Studio 2003 (VC71) style.
Default class constructor.
Clones the art object.
Draws a single tab.
dc – a wx.DC
device context;
wnd – a wx.Window
instance object;
page – the tab control page associated with the tab;
in_rect (wx.Rect) – rectangle the tab should be confined to;
close_button_state (integer) – the state of the close button on the tab;
paint_control (bool) – whether to draw the control inside a tab (if any) on a MemoryDC
.