diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-09-10 03:09:43 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-09-10 03:09:43 +0000 |
| commit | 743cd4f95d6b3e9ad2cfe7c299647f2260791b76 (patch) | |
| tree | a8f9fd164c29fa3141e5bd78f0f74243039ec20d /src/Fl_HelpDialog.cxx | |
| parent | c15ea394d02de7bfaf9034d3563c7607b70d0684 (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.cxx')
| -rw-r--r-- | src/Fl_HelpDialog.cxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/Fl_HelpDialog.cxx b/src/Fl_HelpDialog.cxx index 731961d24..71e04e8a8 100644 --- a/src/Fl_HelpDialog.cxx +++ b/src/Fl_HelpDialog.cxx @@ -106,8 +106,8 @@ void Fl_HelpDialog::cb_larger_(Fl_Button* o, void* v) { } Fl_HelpDialog::Fl_HelpDialog() { - Fl_Window* w; - { Fl_Window* o = window_ = new Fl_Window(530, 385, "Help Dialog"); + Fl_Double_Window* w; + { Fl_Double_Window* o = window_ = new Fl_Double_Window(530, 385, "Help Dialog"); w = o; o->user_data((void*)(this)); { Fl_HelpView* o = view_ = new Fl_HelpView(10, 10, 510, 330); @@ -121,13 +121,11 @@ Fl_HelpDialog::Fl_HelpDialog() { } { Fl_Button* o = back_ = new Fl_Button(365, 350, 25, 25, "@<-"); o->shortcut(0xff51); - o->labeltype(FL_SYMBOL_LABEL); o->labelcolor(2); o->callback((Fl_Callback*)cb_back_); } { Fl_Button* o = forward_ = new Fl_Button(395, 350, 25, 25, "@->"); o->shortcut(0xff53); - o->labeltype(FL_SYMBOL_LABEL); o->labelcolor(2); o->callback((Fl_Callback*)cb_forward_); } |
