summaryrefslogtreecommitdiff
path: root/FL/Fl_Help_Dialog.H
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2006-11-16 23:17:13 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2006-11-16 23:17:13 +0000
commit8ea3a457720b702acbdc5c5ea1c5001e525c99c1 (patch)
tree967a1f13a2c3a9d7ab3d2efab47cf223e35a7c74 /FL/Fl_Help_Dialog.H
parent839ac664018d15b64a99a0acdd6abaa322b737f4 (diff)
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
Diffstat (limited to 'FL/Fl_Help_Dialog.H')
-rw-r--r--FL/Fl_Help_Dialog.H12
1 files changed, 6 insertions, 6 deletions
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 <FL/Fl_Input.H>
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: