diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2006-11-16 23:17:13 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2006-11-16 23:17:13 +0000 |
| commit | 8ea3a457720b702acbdc5c5ea1c5001e525c99c1 (patch) | |
| tree | 967a1f13a2c3a9d7ab3d2efab47cf223e35a7c74 /FL/Fl.H | |
| parent | 839ac664018d15b64a99a0acdd6abaa322b737f4 (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.H')
| -rw-r--r-- | FL/Fl.H | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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(); |
