From 44f06b5d35f8c655ddc0d2c28d8e979713f134c7 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sun, 25 Sep 2005 16:54:40 +0000 Subject: 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 --- FL/Fl_Help_Dialog.H | 2 ++ 1 file changed, 2 insertions(+) (limited to 'FL/Fl_Help_Dialog.H') 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(); -- cgit v1.2.3