FXint FX::FXApp::runModalFor ( FXWindow window  )  [inline, inherited]

Run a modal event loop for the given window, until stop() or stopModal() is called. 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 953 of file FXApp.h.

00953 { return getEventLoop()->runModalFor(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