summaryrefslogtreecommitdiff
path: root/src/Fl_HelpDialog.fl
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2001-09-10 03:09:43 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2001-09-10 03:09:43 +0000
commit743cd4f95d6b3e9ad2cfe7c299647f2260791b76 (patch)
treea8f9fd164c29fa3141e5bd78f0f74243039ec20d /src/Fl_HelpDialog.fl
parentc15ea394d02de7bfaf9034d3563c7607b70d0684 (diff)
HelpView/HelpDialog updates.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1585 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_HelpDialog.fl')
-rw-r--r--src/Fl_HelpDialog.fl11
1 files changed, 5 insertions, 6 deletions
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 <string.h>} 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