summaryrefslogtreecommitdiff
path: root/FL/Fl.H
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2023-01-05 15:20:05 +0100
committerMatthias Melcher <github@matthiasm.com>2023-01-05 15:20:13 +0100
commit4bff15278e83616e4da6be9d36ed05c0c949545b (patch)
tree7a58dc2fa1020dcb293728745985ddee70c2327b /FL/Fl.H
parent9ef9bbe80ed20cbcb05f58327ca4f61297c7899f (diff)
Adding Fl::hide_all_windows()
Diffstat (limited to 'FL/Fl.H')
-rw-r--r--FL/Fl.H1
1 files changed, 1 insertions, 0 deletions
diff --git a/FL/Fl.H b/FL/Fl.H
index 6f51181a4..589d52109 100644
--- a/FL/Fl.H
+++ b/FL/Fl.H
@@ -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();