A class to draw tabs using the Visual Studio 2005 (VC8) style.
__init__ |
Default class constructor. |
Clone |
Clones the art object. |
DrawTab |
Draws a single tab. |
FillVC8GradientColour |
Fills the tab with the Visual Studio 2005 gradient background. |
GetTabSize |
Returns the tab size for the given caption, bitmap and button state. |
SetSizingInfo |
Sets the tab sizing information. |
VC8TabArt
(AuiDefaultTabArt)¶A class to draw tabs using the Visual Studio 2005 (VC8) style.
__init__
(self)¶Default class constructor.
Clone
(self)¶Clones the art object.
DrawTab
(self, dc, wnd, page, in_rect, close_button_state, paint_control=False)¶Draws a single tab.
Parameters: |
|
---|
FillVC8GradientColour
(self, dc, tabPoints, active)¶Fills the tab with the Visual Studio 2005 gradient background.
Parameters: |
---|
GetTabSize
(self, dc, wnd, caption, bitmap, active, close_button_state, control=None)¶Returns the tab size for the given caption, bitmap and button state.
Parameters: |
|
---|
SetSizingInfo
(self, tab_ctrl_size, tab_count, minMaxTabWidth)¶Sets the tab sizing information.
Parameters: |
|
---|