wxInfoBar
Implements methods from the following classes
wxControl
Methods
wxInfoBar
Default constructor.
AddButton
Add a button to be shown in the info bar.
Create
Create the info bar window.
Dismiss
Hide the info bar window.
GetEffectDuration
Return the effect animation duration currently used.
GetHideEffect
Return the effect currently used for hiding the bar.
GetShowEffect
Return the effect currently used for showing the bar.
RemoveButton
Remove a button previously added by AddButton().
SetEffectDuration
Set the duration of the animation used when showing or hiding the bar.
SetFont
Overridden base class methods changes the font of the text message.
SetShowHideEffects
Set the effects to use when showing and hiding the bar.
ShowMessage
Show a message in the bar.
Static Methods
wxInfoBar
wxInfoBar
( )
Default constructor.
wxInfoBar
(
wxWindow
&
$parent
,
integer
$winid
=
wxID_ANY
)
Constructor creating the info bar window.
AddButton
AddButton
(
integer
$btnid
,
string
$label
=
wxString()
)
Add a button to be shown in the info bar.
Create
bool
Create
(
wxWindow
&
$parent
,
integer
$winid
=
wxID_ANY
)
Create the info bar window.
Dismiss
Dismiss
( )
Hide the info bar window.
GetEffectDuration
integer
GetEffectDuration
( )
Return the effect animation duration currently used.
GetHideEffect
wxShowEffect
GetHideEffect
( )
Return the effect currently used for hiding the bar.
GetShowEffect
wxShowEffect
GetShowEffect
( )
Return the effect currently used for showing the bar.
RemoveButton
RemoveButton
(
integer
$btnid
)
Remove a button previously added by AddButton().
SetEffectDuration
SetEffectDuration
(
integer
$duration
)
Set the duration of the animation used when showing or hiding the bar.
SetFont
bool
SetFont
(
wxFont
$font
)
Overridden base class methods changes the font of the text message.
SetShowHideEffects
SetShowHideEffects
(
wxShowEffect
$showEffect
,
wxShowEffect
$hideEffect
)
Set the effects to use when showing and hiding the bar.
ShowMessage
ShowMessage
(
string
$msg
,
integer
$flags
=
wxICON_NONE
)
Show a message in the bar.