From ccc294f9f7111bf283fda7164823902c1fb12736 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sat, 5 Jul 2025 17:48:30 +0200 Subject: Fl_Help_View: Thin out header file - remove unnecessary include. --- src/Fl_Help_Dialog.fl | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src/Fl_Help_Dialog.fl') 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 } {private local } +decl {\#include } {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);} {} } -- cgit v1.2.3