Padre-Plugin-WxWidgets

 view release on metacpan or  search on metacpan

share/doc/wxwidgets.pod  view on Meta::CPAN

5158
5159
5160
5161
5162
5163
5164
5165
5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
5181
5182
5183
5184
5185
5186
5187
5188
5189
5190
5191
5192
5193
5194
5195
5196
   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 )