summaryrefslogtreecommitdiff
path: root/src/Fl_Help_Dialog.fl
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_Help_Dialog.fl')
-rw-r--r--src/Fl_Help_Dialog.fl32
1 files changed, 23 insertions, 9 deletions
diff --git a/src/Fl_Help_Dialog.fl b/src/Fl_Help_Dialog.fl
index 0769d5ed7..f3c0a9e84 100644
--- a/src/Fl_Help_Dialog.fl
+++ b/src/Fl_Help_Dialog.fl
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
-version 1.0108
+version 1.0303
header_name {../FL/Fl_Help_Dialog.H}
code_name {.cxx}
comment {//
@@ -7,7 +7,7 @@ comment {//
//
// Fl_Help_Dialog dialog 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
@@ -19,20 +19,34 @@ comment {//
//
// http://www.fltk.org/str.php
//
+// ========================================================================
+// DO NOT EDIT FL/Fl_Help_Dialog.H and src/Fl_Help_Dialog.cxx !!!
+// ========================================================================
+// Please use fluid to change src/Fl_Help_Dialog.fl interactively
+// and then use fluid to "write code" or edit and use fluid -c .
+// ========================================================================
+//
} {in_source in_header
}
-decl {\#include "flstring.h"} {}
+decl {\#include "flstring.h"} {private local
+}
-decl {\#include <FL/fl_ask.H>} {}
+decl {\#include <FL/fl_ask.H>} {private local
+}
class FL_EXPORT Fl_Help_Dialog {open
} {
- decl {int index_;} {}
- decl {int max_;} {}
- decl {int line_[100];} {}
- decl {char file_[100][256];} {}
- decl {int find_pos_;} {}
+ decl {int index_;} {private local
+ }
+ decl {int max_;} {private local
+ }
+ decl {int line_[100]; // FIXME: we must remove those static numbers} {private local
+ }
+ decl {char file_[100][FL_PATH_MAX]; // FIXME: we must remove those static numbers} {private local
+ }
+ decl {int find_pos_;} {private local
+ }
Function {Fl_Help_Dialog()} {open
} {
Fl_Window window_ {