void FX::FXApp::stop ( FXint  value = 0  )  [inline, inherited]

Terminate the outermost event loop, and all inner modal loops; All more deeper nested event loops will be terminated with code equal to 0, while the outermost event loop will return code equal to value.

Definition at line 982 of file FXApp.h.

00982 { getEventLoop()->stop(value); }


(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