STR #1035: Fl_Help_View now accepts direct buffer loading and reading via 'value()' functions.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4582 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Matthias Melcher
2005-09-25 16:54:40 +00:00
parent e1fa5dc88b
commit 44f06b5d35
3 changed files with 88 additions and 49 deletions
+2
View File
@@ -79,6 +79,8 @@ public:
uchar textsize();
void topline(const char *n);
void topline(int n);
void value(const char *f);
const char * value() const;
int visible();
int w();
int x();