From bbefe857db0d516fa5e7bc3e45d9b0f46cf17fe0 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Tue, 30 Sep 2014 13:06:35 +0000 Subject: Added control of the Fl::OPTION_FNFC_USES_GTK option in the "Edit/Global FLTK Settings" menu item of fluid. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10347 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- fluid/alignment_panel.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'fluid/alignment_panel.h') diff --git a/fluid/alignment_panel.h b/fluid/alignment_panel.h index e5e20f9a2..6724ad3b1 100644 --- a/fluid/alignment_panel.h +++ b/fluid/alignment_panel.h @@ -3,7 +3,7 @@ // // Setting and shell dialogs for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2010 by Bill Spitzak and others. +// Copyright 1998-2014 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this @@ -104,12 +104,14 @@ extern Fl_Choice *wVisibleFocus; extern Fl_Choice *wArrowFocus; extern Fl_Choice *wShowTooltips; extern Fl_Choice *wDNDText; +extern Fl_Choice *wGTKText; extern Fl_Choice *wUserOrSystem; Fl_Double_Window* make_global_settings_window(); extern Fl_Menu_Item menu_wVisibleFocus[]; 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_wUserOrSystem[]; #endif -- cgit v1.2.3