wxLogWindow
Implements methods from the following classes
wxLogInterposer
Methods
wxLogWindow
Creates the log frame window and starts collecting the messages in it.
GetFrame
Returns the associated log frame window.
OnFrameClose
Called if the user closes the window interactively, will not be called if it is destroyed for another reason (such as when program exits).
OnFrameDelete
Called right before the log frame is going to be deleted: will always be called unlike OnFrameClose().
Show
Shows or hides the frame.
Static Methods
wxLogWindow
wxLogWindow
(
wxWindow
&
$pParent
,
string
$szTitle
,
bool
$show
=
true
,
bool
$passToOld
=
true
)
Creates the log frame window and starts collecting the messages in it.
GetFrame
wxFrame
&
GetFrame
( )
Returns the associated log frame window.
OnFrameClose
bool
OnFrameClose
(
wxFrame
&
$frame
)
Called if the user closes the window interactively, will not be called if it is destroyed for another reason (such as when program exits).
OnFrameDelete
OnFrameDelete
(
wxFrame
&
$frame
)
Called right before the log frame is going to be deleted: will always be called unlike OnFrameClose().
Show
Show
(
bool
$show
=
true
)
Shows or hides the frame.