 
       wx.aui.AuiDefaultTabArt¶
  wx.aui.AuiDefaultTabArt¶Default art provider for wx.aui.AuiNotebook.
See also
 Methods Summary¶
 Methods Summary¶| __init__ | |
| Clone | Clones the art object. | 
| DrawBackground | Draws a background on the given area. | 
| DrawButton | Draws a button. | 
| DrawTab | Draws a tab. | 
| GetBestTabCtrlSize | Returns the tab control size. | 
| GetIndentSize | Returns the indent size. | 
| GetTabSize | Returns the tab size for the given caption, bitmap and state. | 
| SetActiveColour | Sets the colour of the selected tab. | 
| SetColour | Sets the colour of the inactive tabs. | 
| SetFlags | Sets flags. | 
| SetMeasuringFont | Sets the font used for calculating measurements. | 
| SetNormalFont | Sets the normal font for drawing labels. | 
| SetSelectedFont | Sets the font for drawing text for selected UI elements. | 
| SetSizingInfo | Sets sizing information. | 
| ShowDropDown | 
 Class API¶
 Class API¶wx.aui.AuiDefaultTabArt(AuiTabArt)¶Possible constructors:
AuiDefaultTabArt()
Default art provider for AuiNotebook.
__init__(self)¶Clone(self)¶Clones the art object.
| Return type: | wx.aui.AuiTabArt | 
|---|
DrawBackground(self, dc, wnd, rect)¶Draws a background on the given area.
| Parameters: | 
|---|
DrawButton(self, dc, wnd, in_rect, bitmap_id, button_state, orientation, out_rect)¶Draws a button.
| Parameters: | 
|---|
DrawTab(self, dc, wnd, page, rect, close_button_state, out_tab_rect, out_button_rect, x_extent)¶Draws a tab.
| Parameters: | 
|---|
GetIndentSize(self)¶Returns the indent size.
| Return type: | int | 
|---|
GetTabSize(self, dc, wnd, caption, bitmap, active, close_button_state, x_extent)¶Returns the tab size for the given caption, bitmap and state.
| Parameters: | |
|---|---|
| Return type: | Size | 
SetActiveColour(self, colour)¶Sets the colour of the selected tab.
| Parameters: | colour (wx.Colour) – | 
|---|
New in version 2.9.2.
SetColour(self, colour)¶Sets the colour of the inactive tabs.
| Parameters: | colour (wx.Colour) – | 
|---|
New in version 2.9.2.
SetFlags(self, flags)¶Sets flags.
| Parameters: | flags (int) – | 
|---|
SetMeasuringFont(self, font)¶Sets the font used for calculating measurements.
| Parameters: | font (wx.Font) – | 
|---|
SetSelectedFont(self, font)¶Sets the font for drawing text for selected UI elements.
| Parameters: | font (wx.Font) – | 
|---|
SetSizingInfo(self, tab_ctrl_size, tab_count)¶Sets sizing information.
| Parameters: | 
 | 
|---|
ShowDropDown(self, wnd, items, activeIdx)¶| Parameters: | 
 | 
|---|---|
| Return type: | int | 
IndentSize¶See GetIndentSize