Padre-Plugin-WxWidgets
view release on metacpan or search on metacpan
share/doc/wxwidgets.pod view on Meta::CPAN
515851595160516151625163516451655166516751685169517051715172517351745175517651775178517951805181518251835184518551865187518851895190519151925193519451955196
void Sync()
Flushes the buffer and calls Sync() on the parent stream.
=head1 Wx::BusyCursor
=head2 Wx::BusyCursor::new
wxBusyCursor(wxCursor* cursor = wxHOURGLASS_CURSOR)
Constructs a busy cursor object, calling wxBeginBusyCursor.
=head2 Wx::BusyCursor::DESTROY
~wxBusyCursor()
Destroys the busy cursor object, calling wxEndBusyCursor.
=head1 Wx::BusyInfo
=head2 Wx::BusyInfo::new
wxBusyInfo(const wxString& msg, wxWindow* parent = NULL)
Constructs a busy info window as child of parent and displays msg in
it.
NB: If parent is not NULL you must ensure that it is not closed while
the busy info is shown.
=head2 Wx::BusyInfo::DESTROY
~wxBusyInfo()
Hides and closes the window containing the information text.
=head1 Wx::Button
=head2 Wx::Button::new
( run in 0.224 second using v1.01-cache-2.11-cpan-2b0bae70ee8 )