diff options
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl.H | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -420,11 +420,14 @@ public: On the MacOS platform, the "Quit xxx" item of the application menu is such a request, that is considered accepted when all windows are closed. On other platforms, this function returns 0 until \p Fl::program_should_quit(1) is called. + \version 1.4.0 */ static int program_should_quit() {return program_should_quit_;} /** Indicate to the FLTK library whether a program termination request was received and accepted. A program may set this to 1, for example, while performing a platform-independent command asking the program to cleanly - terminate, similarly to the "Quit xxx" item of the application menu under MacOS. */ + terminate, similarly to the "Quit xxx" item of the application menu under MacOS. + \version 1.4.0 + */ static void program_should_quit(int should_i) { program_should_quit_ = should_i; } static Fl_Widget* readqueue(); |
