FXint FX::FXApp::runModalWhileEvents ( FXWindow window = NULL  )  [inline, inherited]

Run event loop while there are events are available in the queue. Returns 1 when all events in the queue have been handled, and 0 when the event loop was terminated due to stop() or stopModal(). Except for the modal window and its children, user input to all windows is blocked; if the modal window is NULL, all user input is blocked.

Definition at line 940 of file FXApp.h.

00940 { return getEventLoop()->runModalWhileEvents(window); }


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:37:47 2009 for TnFOX by doxygen v1.4.7