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); }
|