diff options
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl_File_Chooser.H | 46 |
1 files changed, 43 insertions, 3 deletions
diff --git a/FL/Fl_File_Chooser.H b/FL/Fl_File_Chooser.H index 1f0216fa1..026395eee 100644 --- a/FL/Fl_File_Chooser.H +++ b/FL/Fl_File_Chooser.H @@ -25,9 +25,6 @@ // http://www.fltk.org/str.php // -/** \file - Fl_File_Chooser widget . */ - // generated by Fast Light User Interface Designer (fluid) version 1.0300 #ifndef Fl_File_Chooser_H @@ -164,19 +161,62 @@ public: const char *value(int f = 1); void value(const char *filename); int visible(); + /** + [standard text may be customized at run-time] + */ static const char *add_favorites_label; + /** + [standard text may be customized at run-time] + */ static const char *all_files_label; + /** + [standard text may be customized at run-time] + */ static const char *custom_filter_label; + /** + [standard text may be customized at run-time] + */ static const char *existing_file_label; + /** + [standard text may be customized at run-time] + */ static const char *favorites_label; + /** + [standard text may be customized at run-time] + */ static const char *filename_label; + /** + [standard text may be customized at run-time] + */ static const char *filesystems_label; + /** + [standard text may be customized at run-time] + */ static const char *manage_favorites_label; + /** + [standard text may be customized at run-time] + */ static const char *new_directory_label; + /** + [standard text may be customized at run-time] + */ static const char *new_directory_tooltip; + /** + [standard text may be customized at run-time] + */ static const char *preview_label; + /** + [standard text may be customized at run-time] + */ static const char *save_label; + /** + [standard text may be customized at run-time] + */ static const char *show_label; + /** + the sort function that is used when loading + the contents of a directory. + */ static Fl_File_Sort_F *sort; private: Fl_Widget* ext_group; |
