Version: 3.3.0
busycursor.h File Reference

Classes

class  wxBusyCursor
 This class makes it easy to tell your user that the program is temporarily busy. More...
 

Functions

void wxBeginBusyCursor (const wxCursor *cursor=wxHOURGLASS_CURSOR)
 Changes the cursor to the given cursor for all windows in the application. More...
 
void wxBeginBusyCursor (const wxCursorBundle &cursors)
 Overload of wxBeginBusyCursor() taking a cursor bundle. More...
 
void wxEndBusyCursor ()
 Changes the cursor back to the original cursor, for all windows in the application. More...
 
bool wxIsBusy ()
 Returns true if between two wxBeginBusyCursor() and wxEndBusyCursor() calls. More...