wxAuiToolBarItem
Methods
wxAuiToolBarItem
Assigns the properties of the wxAuiToolBarItem "c" to this.
Assign
Assigns the properties of the wxAuiToolBarItem "c" to this.
GetAlignment
GetBitmap
GetDisabledBitmap
GetHoverBitmap
GetId
Returns the toolbar item identifier.
GetKind
Returns the toolbar item kind.
GetLabel
GetLongHelp
GetMinSize
GetProportion
GetShortHelp
GetSizerItem
GetSpacerPixels
GetState
GetUserData
GetWindow
Returns the wxWindow* associated to the toolbar item.
HasDropDown
Returns whether the toolbar item has an associated drop down button.
IsActive
IsSticky
SetActive
SetAlignment
SetBitmap
SetDisabledBitmap
SetHasDropDown
Set whether this tool has a drop down button.
SetHoverBitmap
SetId
Sets the toolbar item identifier.
SetKind
Sets the wxAuiToolBarItem kind.
SetLabel
SetLongHelp
SetMinSize
SetProportion
SetShortHelp
SetSizerItem
SetSpacerPixels
SetState
SetSticky
SetUserData
SetWindow
Assigns a window to the toolbar item.
wxAuiToolBarItem
wxAuiToolBarItem
(
wxAuiToolBarItem
$c
)
Assigns the properties of the wxAuiToolBarItem "c" to this.
wxAuiToolBarItem
( )
Default Constructor.
Assign
Assign
(
wxAuiToolBarItem
$c
)
Assigns the properties of the wxAuiToolBarItem "c" to this.
GetAlignment
integer
GetAlignment
( )
GetBitmap
wxBitmap
GetBitmap
( )
GetDisabledBitmap
wxBitmap
GetDisabledBitmap
( )
GetHoverBitmap
wxBitmap
GetHoverBitmap
( )
GetId
integer
GetId
( )
Returns the toolbar item identifier.
GetKind
integer
GetKind
( )
Returns the toolbar item kind.
GetLabel
string
GetLabel
( )
GetLongHelp
string
GetLongHelp
( )
GetMinSize
wxSize
GetMinSize
( )
GetProportion
integer
GetProportion
( )
GetShortHelp
string
GetShortHelp
( )
GetSizerItem
wxSizerItem
&
GetSizerItem
( )
GetSpacerPixels
integer
GetSpacerPixels
( )
GetState
integer
GetState
( )
GetUserData
integer
GetUserData
( )
GetWindow
wxWindow
&
GetWindow
( )
Returns the wxWindow* associated to the toolbar item.
HasDropDown
bool
HasDropDown
( )
Returns whether the toolbar item has an associated drop down button.
IsActive
bool
IsActive
( )
IsSticky
bool
IsSticky
( )
SetActive
SetActive
(
bool
$b
)
SetAlignment
SetAlignment
(
integer
$l
)
SetBitmap
SetBitmap
(
wxBitmap
$bmp
)
SetDisabledBitmap
SetDisabledBitmap
(
wxBitmap
$bmp
)
SetHasDropDown
SetHasDropDown
(
bool
$b
)
Set whether this tool has a drop down button.
SetHoverBitmap
SetHoverBitmap
(
wxBitmap
$bmp
)
SetId
SetId
(
integer
$new_id
)
Sets the toolbar item identifier.
SetKind
SetKind
(
integer
$new_kind
)
Sets the wxAuiToolBarItem kind.
SetLabel
SetLabel
(
string
$s
)
SetLongHelp
SetLongHelp
(
string
$s
)
SetMinSize
SetMinSize
(
wxSize
$s
)
SetProportion
SetProportion
(
integer
$p
)
SetShortHelp
SetShortHelp
(
string
$s
)
SetSizerItem
SetSizerItem
(
wxSizerItem
&
$s
)
SetSpacerPixels
SetSpacerPixels
(
integer
$s
)
SetState
SetState
(
integer
$new_state
)
SetSticky
SetSticky
(
bool
$b
)
SetUserData
SetUserData
(
integer
$l
)
SetWindow
SetWindow
(
wxWindow
&
$w
)
Assigns a window to the toolbar item.