From 2e9ba0a10e313a37a368e5b90923f6449e1621e7 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Tue, 1 May 2018 10:58:16 +0000 Subject: Update fluid (.fl) files. src/Fl_Help_Dialog.fl: Add one missing declaration. Other files: update (fluid -u) and update source (fluid -c). git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12887 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Help_Dialog.fl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/Fl_Help_Dialog.fl') diff --git a/src/Fl_Help_Dialog.fl b/src/Fl_Help_Dialog.fl index 94727620d..2eb8efebc 100644 --- a/src/Fl_Help_Dialog.fl +++ b/src/Fl_Help_Dialog.fl @@ -29,6 +29,9 @@ comment {// } {in_source in_header } +decl {\#include } {selected private local +} + decl {\#include "flstring.h"} {private local } @@ -53,7 +56,7 @@ class FL_EXPORT Fl_Help_Dialog {open label {Help Dialog} open private xywh {398 64 530 385} type Double hide resizable size_range {260 150 0 0} } { - Fl_Group {} {open selected + Fl_Group {} {open xywh {10 10 511 25} } { Fl_Button back_ { -- cgit v1.2.3