From 8ea3a457720b702acbdc5c5ea1c5001e525c99c1 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Thu, 16 Nov 2006 23:17:13 +0000 Subject: Merge all of the scrollbar sizes into a single API call (Fl::scrollbar_size()) rather than a bunch of separate APIs and hardcoded values (STR #1800) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5547 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Help_Dialog.H | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'FL/Fl_Help_Dialog.H') diff --git a/FL/Fl_Help_Dialog.H b/FL/Fl_Help_Dialog.H index 934386cc7..b22eaefd4 100644 --- a/FL/Fl_Help_Dialog.H +++ b/FL/Fl_Help_Dialog.H @@ -25,7 +25,7 @@ // http://www.fltk.org/str.php // -// generated by Fast Light User Interface Designer (fluid) version 1.0107 +// generated by Fast Light User Interface Designer (fluid) version 1.0108 #ifndef Fl_Help_Dialog_H #define Fl_Help_Dialog_H @@ -37,11 +37,11 @@ #include class FL_EXPORT Fl_Help_Dialog { - int index_; - int max_; - int line_[100]; - char file_[100][256]; - int find_pos_; + int index_; + int max_; + int line_[100]; + char file_[100][256]; + int find_pos_; public: Fl_Help_Dialog(); private: -- cgit v1.2.3