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
This commit is contained in:
Michael R Sweet
2001-12-23 03:40:51 +00:00
parent c868f3d886
commit 6be2be6d43
15 changed files with 61 additions and 41 deletions
+1
View File
@@ -42,6 +42,7 @@ public:
void position(int xx, int yy);
void resize(int xx, int yy, int ww, int hh);
void show();
void show(int argc, char **argv);
void textsize(uchar s);
uchar textsize();
void topline(const char *n);