diff options
Diffstat (limited to 'FL')
| -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(); |
