wxAuiTabArt
Methods
SetSizingInfo
Sets sizing information.
SetSelectedFont
Sets the font for drawing text for selected UI elements.
SetNormalFont
Sets the normal font for drawing labels.
SetMeasuringFont
Sets the font used for calculating measurements.
SetFlags
Sets flags.
SetColour
Sets the colour of the inactive tabs.
SetActiveColour
Sets the colour of the selected tab.
GetTabSize
Returns the tab size for the given caption, bitmap and state.
GetIndentSize
Returns the indent size.
DrawButton
Draws a button.
DrawBackground
Draws a background on the given area.
CloneMethod
Clones the art object.
SetSizingInfo
SetSizingInfo
(
wxSize
$tab_ctrl_size
,
integer
$tab_count
)
Sets sizing information.
SetSelectedFont
SetSelectedFont
(
wxFont
$font
)
Sets the font for drawing text for selected UI elements.
SetNormalFont
SetNormalFont
(
wxFont
$font
)
Sets the normal font for drawing labels.
SetMeasuringFont
SetMeasuringFont
(
wxFont
$font
)
Sets the font used for calculating measurements.
SetFlags
SetFlags
(
integer
$flags
)
Sets flags.
SetColour
SetColour
(
wxColour
$colour
)
Sets the colour of the inactive tabs.
SetActiveColour
SetActiveColour
(
wxColour
$colour
)
Sets the colour of the selected tab.
GetTabSize
wxSize
GetTabSize
(
wxDC
&
$dc
,
wxWindow
&
$wnd
,
string
$caption
,
wxBitmap
$bitmap
,
bool
$active
,
integer
$close_button_state
,
integer &
$x_extent
)
Returns the tab size for the given caption, bitmap and state.
GetIndentSize
integer
GetIndentSize
( )
Returns the indent size.
DrawButton
DrawButton
(
wxDC
&
$dc
,
wxWindow
&
$wnd
,
wxRect
$in_rect
,
integer
$bitmap_id
,
integer
$button_state
,
integer
$orientation
,
wxRect
&
$out_rect
)
Draws a button.
DrawBackground
DrawBackground
(
wxDC
&
$dc
,
wxWindow
&
$wnd
,
wxRect
$rect
)
Draws a background on the given area.
CloneMethod
wxAuiTabArt
&
CloneMethod
( )
Clones the art object.