From 41f37613ec6a14fb8b3357e2dc0323116bf8439b Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Tue, 13 Dec 2022 18:37:48 +0100 Subject: =?UTF-8?q?Derive=20Fl=5FZenity=5FNative=5FFile=5FChooser=5FDriver?= =?UTF-8?q?=20from=20Fl=5FKdialog=5FNative=5F=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also add Fl::option(OPTION_FNFC_USES_ZENITY) --- FL/Fl.H | 3 +++ 1 file changed, 3 insertions(+) (limited to 'FL/Fl.H') diff --git a/FL/Fl.H b/FL/Fl.H index 9eb4a541f..506dc34ce 100644 --- a/FL/Fl.H +++ b/FL/Fl.H @@ -272,6 +272,9 @@ public: /// value. /// When switched off, no such window gets displayed. OPTION_SHOW_SCALING, + /// Meaningful for the Wayland/X11 platform only. When switched on (default), the library uses a Zenity-based file dialog. + /// When switched off, the GTK file dialog is used instead. + OPTION_FNFC_USES_ZENITY, // don't change this, leave it always as the last element /// For internal use only. OPTION_LAST -- cgit v1.2.3