summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl.H2
-rw-r--r--FL/Fl_Help_Dialog.H12
2 files changed, 8 insertions, 6 deletions
diff --git a/FL/Fl.H b/FL/Fl.H
index 13a24a6c5..1d4f67995 100644
--- a/FL/Fl.H
+++ b/FL/Fl.H
@@ -109,6 +109,8 @@ public:
static int scheme(const char*);
static const char* scheme() {return scheme_;}
static int reload_scheme();
+ static int scrollbar_size();
+ static void scrollbar_size(int W);
// execution:
static int wait();
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: