diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2005-09-25 16:54:40 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2005-09-25 16:54:40 +0000 |
| commit | 44f06b5d35f8c655ddc0d2c28d8e979713f134c7 (patch) | |
| tree | f3d4b8bba388048afa76d0d50b50578c93bcd855 /FL | |
| parent | e1fa5dc88b7db6b7de395ae51ec98df30909dd8d (diff) | |
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
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl_Help_Dialog.H | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FL/Fl_Help_Dialog.H b/FL/Fl_Help_Dialog.H index bfcb2517f..934386cc7 100644 --- a/FL/Fl_Help_Dialog.H +++ b/FL/Fl_Help_Dialog.H @@ -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(); |
