From 743cd4f95d6b3e9ad2cfe7c299647f2260791b76 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Mon, 10 Sep 2001 03:09:43 +0000 Subject: HelpView/HelpDialog updates. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1585 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_HelpDialog.fl | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'src/Fl_HelpDialog.fl') diff --git a/src/Fl_HelpDialog.fl b/src/Fl_HelpDialog.fl index a9fc18c71..53f7fe698 100644 --- a/src/Fl_HelpDialog.fl +++ b/src/Fl_HelpDialog.fl @@ -14,8 +14,8 @@ class Fl_HelpDialog {open Function {Fl_HelpDialog()} {open } { Fl_Window window_ { - label {Help Dialog} open - private xywh {470 402 530 385} resizable + label {Help Dialog} open selected + private xywh {470 380 530 385} type Double resizable code0 {\#include } visible } { Fl_Group view_ { @@ -72,7 +72,7 @@ if (strcmp(view_->filename(), file_[index_]) != 0) view_->load(file_[index_]); view_->topline(line_[index_]);} - private xywh {365 350 25 25} shortcut 0xff51 labeltype SYMBOL_LABEL labelcolor 2 + private xywh {365 350 25 25} shortcut 0xff51 labelcolor 2 } Fl_Button forward_ { label {@->} @@ -88,7 +88,7 @@ if (strcmp(view_->filename(), file_[index_]) != 0) view_->load(file_[index_]); view_->topline(line_[index_]);} - private xywh {395 350 25 25} shortcut 0xff53 labeltype SYMBOL_LABEL labelcolor 2 + private xywh {395 350 25 25} shortcut 0xff53 labelcolor 2 } Fl_Button smaller_ { label F @@ -117,8 +117,7 @@ forward_->deactivate(); index_ = -1; max_ = 0;} {} } - Function {~Fl_HelpDialog()} {selected - } { + Function {~Fl_HelpDialog()} {} { code {delete window_;} {} } Function {h()} {return_type int -- cgit v1.2.3