diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-12-13 18:37:48 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-12-16 16:21:23 +0100 |
| commit | 41f37613ec6a14fb8b3357e2dc0323116bf8439b (patch) | |
| tree | b6677826b5eadc6571f2ffd582d9a2d858172102 /fluid/alignment_panel.h | |
| parent | 576271fb04e1c2f9ba1f95c0399fef2f73af3b06 (diff) | |
Derive Fl_Zenity_Native_File_Chooser_Driver from Fl_Kdialog_Native_…
Also add Fl::option(OPTION_FNFC_USES_ZENITY)
Diffstat (limited to 'fluid/alignment_panel.h')
| -rw-r--r-- | fluid/alignment_panel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fluid/alignment_panel.h b/fluid/alignment_panel.h index cccadc337..5f6e35e74 100644 --- a/fluid/alignment_panel.h +++ b/fluid/alignment_panel.h @@ -108,6 +108,7 @@ extern Fl_Choice *wArrowFocus; extern Fl_Choice *wShowTooltips; extern Fl_Choice *wDNDText; extern Fl_Choice *wGTKText; +extern Fl_Choice *wUseZenity; extern Fl_Choice *wPrintGTKText; extern Fl_Choice *wShowZoomFactor; extern Fl_Choice *wUserOrSystem; @@ -117,6 +118,7 @@ extern Fl_Menu_Item menu_wArrowFocus[]; extern Fl_Menu_Item menu_wShowTooltips[]; extern Fl_Menu_Item menu_wDNDText[]; extern Fl_Menu_Item menu_wGTKText[]; +extern Fl_Menu_Item menu_wUseZenity[]; extern Fl_Menu_Item menu_wPrintGTKText[]; extern Fl_Menu_Item menu_wShowZoomFactor[]; extern Fl_Menu_Item menu_wUserOrSystem[]; |
