diff options
| author | Matthias Melcher <github@matthiasm.com> | 2025-07-05 17:48:30 +0200 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2025-07-05 17:48:30 +0200 |
| commit | ccc294f9f7111bf283fda7164823902c1fb12736 (patch) | |
| tree | 1468627312f254cb8bd422177163b6d43f744466 /src/Fl_Help_Dialog.fl | |
| parent | 5fb38897b716391e10b7ea904ece05073f8e53a8 (diff) | |
Fl_Help_View: Thin out header file
- remove unnecessary include.
Diffstat (limited to 'src/Fl_Help_Dialog.fl')
| -rw-r--r-- | src/Fl_Help_Dialog.fl | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/Fl_Help_Dialog.fl b/src/Fl_Help_Dialog.fl index e147f37f6..f5f606137 100644 --- a/src/Fl_Help_Dialog.fl +++ b/src/Fl_Help_Dialog.fl @@ -36,6 +36,9 @@ decl {\#include "flstring.h"} {private local decl {\#include <FL/fl_ask.H>} {private local } +decl {\#include <FL/filename.H>} {public global +} + class FL_EXPORT Fl_Help_Dialog {open } { decl {int index_;} {private local @@ -50,8 +53,8 @@ class FL_EXPORT Fl_Help_Dialog {open } Function {Fl_Help_Dialog()} {} { Fl_Window window_ { - label {Help Dialog} open - private xywh {398 64 530 385} type Double hide resizable size_range {260 150 0 0} + label {Help Dialog} selected + private xywh {495 250 530 385} type Double hide resizable size_range {260 150 0 0} } { Fl_Group {} {open xywh {10 10 511 25} @@ -232,7 +235,7 @@ else } { code {view_->topline(n);} {} } - Function {topline(int n)} {selected return_type void + Function {topline(int n)} {return_type void } { code {view_->topline(n);} {} } |
