diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-08-08 00:50:02 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-08-08 00:50:02 +0000 |
| commit | c9f9b4faa0f3d0e307835b20e6b8852910380e3f (patch) | |
| tree | c9e13bc82f02ad562df26a14d10806b494bf48b7 /FL/Fl_File_Chooser.H | |
| parent | b8dcdf4c648a36182aff048a618463087de41c7c (diff) | |
Fl_File_Chooser did not implement the user_data() methods (STR
#970)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4473 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_File_Chooser.H')
| -rw-r--r-- | FL/Fl_File_Chooser.H | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FL/Fl_File_Chooser.H b/FL/Fl_File_Chooser.H index b4706c35e..a1ab93fc5 100644 --- a/FL/Fl_File_Chooser.H +++ b/FL/Fl_File_Chooser.H @@ -155,6 +155,8 @@ public: uchar textsize(); void type(int t); int type(); + void * user_data() const; + void user_data(void *d); const char *value(int f = 1); void value(const char *filename); int visible(); |
