diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-10-27 03:29:25 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-10-27 03:29:25 +0000 |
| commit | 68fb9f79108ef7f2e841f6cd8dc6fb58408d2e29 (patch) | |
| tree | b65b4bd6c24b995027724f530b0362032704716c /FL | |
| parent | d2bfebbb4b2c161822d48a42f4e94c5ad847a547 (diff) | |
Don't allow extra boxtypes to override user-defined boxtypes.
Change the help link function to get both the widget and pathname.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1659 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl_Help_View.H | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/FL/Fl_Help_View.H b/FL/Fl_Help_View.H index 9207a2a1d..3098535f2 100644 --- a/FL/Fl_Help_View.H +++ b/FL/Fl_Help_View.H @@ -1,5 +1,5 @@ // -// "$Id: Fl_Help_View.H,v 1.1.2.1 2001/09/29 14:38:58 easysw Exp $" +// "$Id: Fl_Help_View.H,v 1.1.2.2 2001/10/27 03:29:25 easysw Exp $" // // Help Viewer widget definitions. // @@ -43,7 +43,7 @@ // -typedef const char *(Fl_Help_Func)(const char *); +typedef const char *(Fl_Help_Func)(Fl_Widget *, const char *); // @@ -210,5 +210,5 @@ class Fl_Help_View : public Fl_Group //// Help viewer widget #endif // !_Fl_Help_View_H_ // -// End of "$Id: Fl_Help_View.H,v 1.1.2.1 2001/09/29 14:38:58 easysw Exp $". +// End of "$Id: Fl_Help_View.H,v 1.1.2.2 2001/10/27 03:29:25 easysw Exp $". // |
