diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2004-04-06 19:33:11 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2004-04-06 19:33:11 +0000 |
| commit | b4b95029e85311580c40b84573acd5e00a78162d (patch) | |
| tree | 7cbe0209b48b0e4f6a03837aa9b43aedcc8909eb /src/Fl_File_Chooser.fl | |
| parent | af0c12aae659acf6f5a97abae337cd27cf6325cc (diff) | |
Added a new_directory_tooltip string pointer to allow
localization of the file chooser's new directory button (STR
#340)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3306 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_File_Chooser.fl')
| -rw-r--r-- | src/Fl_File_Chooser.fl | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/Fl_File_Chooser.fl b/src/Fl_File_Chooser.fl index 94437205d..7c3744546 100644 --- a/src/Fl_File_Chooser.fl +++ b/src/Fl_File_Chooser.fl @@ -1,5 +1,5 @@ # data file for the Fltk User Interface Designer (fluid) -version 1.0104 +version 1.0105 header_name {../FL/Fl_File_Chooser.H} code_name {.cxx} class FL_EXPORT Fl_File_Chooser {open @@ -53,8 +53,9 @@ window->hide();} open } {} Fl_Button newButton { callback {newdir();} - tooltip {Create a new directory.} image {new.xbm} xywh {455 10 25 25} labelsize 8 + image {new.xbm} xywh {455 10 25 25} labelsize 8 code0 {\#include <FL/Fl_Preferences.H>} + code1 {o->tooltip(new_directory_tooltip);} } } Fl_Tile {} { @@ -324,6 +325,8 @@ else } decl {static const char *new_directory_label;} {public } + decl {static const char *new_directory_tooltip;} {public + } decl {static const char *preview_label;} {public } decl {static const char *show_label;} {public |
