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 /src/Fl_Help_Dialog.fl | |
| 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 'src/Fl_Help_Dialog.fl')
| -rw-r--r-- | src/Fl_Help_Dialog.fl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Fl_Help_Dialog.fl b/src/Fl_Help_Dialog.fl index 42f044bfe..8d013ddba 100644 --- a/src/Fl_Help_Dialog.fl +++ b/src/Fl_Help_Dialog.fl @@ -47,7 +47,7 @@ class FL_EXPORT Fl_Help_Dialog {open label {Help Dialog} open private xywh {398 65 530 385} type Double resizable size_range {260 150 0 0} visible } { - Fl_Group view_ { + Fl_Help_View view_ { callback {if (view_->filename()) { if (view_->changed()) @@ -87,8 +87,6 @@ class FL_EXPORT Fl_Help_Dialog {open forward_->deactivate(); }} open private xywh {10 10 510 330} box DOWN_BOX selection_color 15 resizable - code0 {\#include <FL/Fl_Help_View.H>} - class Fl_Help_View } {} Fl_Group {} {open xywh {10 348 510 27} |
