From 6be2be6d436eaae5579c8816d0c0d4cab0c2c7b5 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sun, 23 Dec 2001 03:40:51 +0000 Subject: Demo updates (so they all will use the default scheme) Added show(argc, argv) method to Fl_Help_Dialog. Don't clear tab area in Fl_Tabs... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1896 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Help_Dialog.cxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/Fl_Help_Dialog.cxx') diff --git a/src/Fl_Help_Dialog.cxx b/src/Fl_Help_Dialog.cxx index 5521cdc8c..88ea74f41 100644 --- a/src/Fl_Help_Dialog.cxx +++ b/src/Fl_Help_Dialog.cxx @@ -182,6 +182,10 @@ void Fl_Help_Dialog::show() { window_->show(); } +void Fl_Help_Dialog::show(int argc, char **argv) { + window_->show(argc, argv); +} + void Fl_Help_Dialog::textsize(uchar s) { view_->textsize(s); -- cgit v1.2.3