diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-01-05 15:20:05 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-01-05 15:20:13 +0100 |
| commit | 4bff15278e83616e4da6be9d36ed05c0c949545b (patch) | |
| tree | 7a58dc2fa1020dcb293728745985ddee70c2327b /FL/Fl.H | |
| parent | 9ef9bbe80ed20cbcb05f58327ca4f61297c7899f (diff) | |
Adding Fl::hide_all_windows()
Diffstat (limited to 'FL/Fl.H')
| -rw-r--r-- | FL/Fl.H | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -453,6 +453,7 @@ public: \version 1.4.0 */ static void program_should_quit(int should_i) { program_should_quit_ = should_i; } + static void hide_all_windows(); static Fl_Widget* readqueue(); |
