summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl.H4
1 files changed, 4 insertions, 0 deletions
diff --git a/FL/Fl.H b/FL/Fl.H
index 88fe801c6..0c3eab377 100644
--- a/FL/Fl.H
+++ b/FL/Fl.H
@@ -252,6 +252,10 @@ public:
/// if the GTK library is available on the platform (linux/unix only).
/// When switched off, GTK file dialogs aren't used even if the GTK library is available.
OPTION_FNFC_USES_GTK,
+ /// When switched on (default), Fl_Printer runs the GTK printer dialog
+ /// if the GTK library is available on the platform (linux/unix only).
+ /// When switched off, the GTK printer dialog isn't used even if the GTK library is available.
+ OPTION_PRINTER_USES_GTK,
/// When switched on (default), the library shows in a transient yellow window the zoom factor
/// value.
/// When switched off, no such window gets displayed.