summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2007-12-15 16:08:23 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2007-12-15 16:08:23 +0000
commita9ee420fbf2f550a07cbd2caf07fc93b8cfabc94 (patch)
tree0a624c1aa3135aa38dffe23c6868b5e9107acb61 /FL
parent82eb2dde8cbd42e55b0f4852aae8ed0eef2a05a0 (diff)
Fl_Help_View did not release the images it used (STR #1817)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5991 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl_Help_View.H1
1 files changed, 1 insertions, 0 deletions
diff --git a/FL/Fl_Help_View.H b/FL/Fl_Help_View.H
index e2ac842db..5f4d9d3f9 100644
--- a/FL/Fl_Help_View.H
+++ b/FL/Fl_Help_View.H
@@ -156,6 +156,7 @@ class FL_EXPORT Fl_Help_View : public Fl_Group //// Help viewer widget
void draw();
void format();
void format_table(int *table_width, int *columns, const char *table);
+ void free_data();
int get_align(const char *p, int a);
const char *get_attr(const char *p, const char *n, char *buf, int bufsize);
Fl_Color get_color(const char *n, Fl_Color c);