diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-08-30 16:58:16 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-08-30 16:58:16 +0000 |
| commit | ec494401c1dc11b3d8adbbd8134ec497b4bff922 (patch) | |
| tree | 2d64ead928f3ad3f4dca4de60ad4594b3f882076 /src/Fl_Help_Dialog.fl | |
| parent | 047c32c334ae7b2534959a9dac8cc31647d1d630 (diff) | |
Make sure all strings can be localized in the dialogs.
Move the "preview" button over so there is room for localization.
Fix the order of buttons in convenience dialogs.
Update "ask" to use the fl_input function.
Fix 4-bit BMP file loading.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2608 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Help_Dialog.fl')
| -rw-r--r-- | src/Fl_Help_Dialog.fl | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/Fl_Help_Dialog.fl b/src/Fl_Help_Dialog.fl index 99b676eef..e948ed08e 100644 --- a/src/Fl_Help_Dialog.fl +++ b/src/Fl_Help_Dialog.fl @@ -2,7 +2,9 @@ version 1.0100 header_name {../FL/Fl_Help_Dialog.H} code_name {.cxx} -decl {\#include "flstring.h"} {selected +decl {\#include "flstring.h"} {} + +decl {\#include <FL/fl_ask.H>} {selected } class Fl_Help_Dialog {open @@ -15,8 +17,7 @@ class Fl_Help_Dialog {open } { Fl_Window window_ { label {Help Dialog} open - private xywh {470 380 530 385} type Double resizable - visible + private xywh {470 380 530 385} type Double resizable visible } { Fl_Group view_ { callback {if (view_->changed()) @@ -56,6 +57,7 @@ else if (view_->filename()) label Close callback {window_->hide();} xywh {425 350 95 25} + code0 {o->label(fl_close);} } Fl_Button back_ { label {@<-} |
