summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2005-09-25 16:54:40 +0000
committerMatthias Melcher <fltk@matthiasm.com>2005-09-25 16:54:40 +0000
commit44f06b5d35f8c655ddc0d2c28d8e979713f134c7 (patch)
treef3d4b8bba388048afa76d0d50b50578c93bcd855 /FL
parente1fa5dc88b7db6b7de395ae51ec98df30909dd8d (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.H2
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();