summaryrefslogtreecommitdiff
path: root/src/Fl_File_Chooser.fl
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_File_Chooser.fl')
-rw-r--r--src/Fl_File_Chooser.fl7
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