Another standard tab art provider for wx.aui.AuiNotebook.
wx.aui.AuiSimpleTabArt is derived from wx.aui.AuiTabArt demonstrating how to write a completely new tab art class. It can also be used as alternative to wx.aui.AuiDefaultTabArt.
Clones the art object. |
|
Draws a background on the given area. |
|
Draws a button. |
|
Draws a tab. |
|
Returns the tab control size. |
|
Returns the indent size. |
|
Sets the colour of the selected tab. |
|
Sets the colour of the inactive tabs. |
|
Sets flags. |
|
Sets the font used for calculating measurements. |
|
Sets the normal font for drawing labels. |
|
Sets the font for drawing text for selected UI elements. |
|
Sets sizing information. |
|
See |
Possible constructors:
AuiSimpleTabArt() -> None
Another standard tab art provider for AuiNotebook.
None
Clones the art object.
Draws a button.
Draws a tab.
Returns the tab control size.
`` (wx.Size)
int
Returns the indent size.
int
Sets the colour of the selected tab.
colour (wx.Colour)
None
Added in version 2.9.2.
Sets the colour of the inactive tabs.
colour (wx.Colour)
None
Added in version 2.9.2.
Sets flags.
flags (int)
None
Sets the font used for calculating measurements.
font (wx.Font)
None
Sets the normal font for drawing labels.
font (wx.Font)
None
Sets the font for drawing text for selected UI elements.
font (wx.Font)
None
Sets sizing information.
The wnd argument is only present in wxWidgets 3.1.6 and newer and is required, it only has None
default value for compatibility reasons.
wnd (wx.Window)
items (AuiNotebookPageArray)
activeIdx (int)
int
See GetIndentSize