diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2003-09-08 17:11:45 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2003-09-08 17:11:45 +0000 |
| commit | f6a1e8ca404dfd3bfc796d457beed17c7d3ccea8 (patch) | |
| tree | b2efa31a47a95b62a3fd8762201d312f0c414eae /src/Fl_File_Chooser.fl | |
| parent | 3ab1a28754ac1621f1966d0000af2939aea8bc34 (diff) | |
Leave more space for filename label in file chooser.
1.1.4 release.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3095 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_File_Chooser.fl')
| -rw-r--r-- | src/Fl_File_Chooser.fl | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/Fl_File_Chooser.fl b/src/Fl_File_Chooser.fl index 05e715f5a..94437205d 100644 --- a/src/Fl_File_Chooser.fl +++ b/src/Fl_File_Chooser.fl @@ -1,8 +1,8 @@ # data file for the Fltk User Interface Designer (fluid) -version 1.0103 +version 1.0104 header_name {../FL/Fl_File_Chooser.H} code_name {.cxx} -class FL_EXPORT Fl_File_Chooser {open selected +class FL_EXPORT Fl_File_Chooser {open } { decl {enum { SINGLE = 0, MULTI = 1, CREATE = 2, DIRECTORY = 4 };} {public } @@ -30,11 +30,11 @@ class FL_EXPORT Fl_File_Chooser {open selected fileList->deselect(); Fl::remove_timeout((Fl_Timeout_Handler)previewCB, this); window->hide();} open - private xywh {153 80 490 380} hide resizable + private xywh {153 80 490 380} type Double resizable code0 {if (title) window->label(title);} code1 {\#include <stdio.h>} code2 {\#include <stdlib.h>} - code3 {\#include <string.h>} modal + code3 {\#include <string.h>} modal visible } { Fl_Group {} { private xywh {65 10 415 25} @@ -89,12 +89,12 @@ window->hide();} open } Fl_File_Input fileName { callback {fileNameCB();} - private xywh {85 300 395 35} when 8 resizable + private xywh {115 300 365 35} when 8 resizable code0 {fileName->when(FL_WHEN_CHANGED | FL_WHEN_ENTER_KEY_ALWAYS);} } Fl_Box {} { label {Filename:} - private xywh {0 310 85 25} align 24 + private xywh {10 310 105 25} align 24 code0 {o->label(filename_label);} } Fl_Group {} {open @@ -106,8 +106,8 @@ window->hide();} open if (callback_) (*callback_)(this, data_); -window->hide();} - private xywh {320 345 75 25} +window->hide();} selected + private xywh {300 345 85 25} code0 {\#include <FL/fl_ask.H>} code1 {okButton->label(fl_ok);} } @@ -117,7 +117,7 @@ window->hide();} fileList->deselect(); Fl::remove_timeout((Fl_Timeout_Handler)previewCB, this); window->hide();} - private xywh {405 345 75 25} + private xywh {395 345 85 25} code0 {o->label(fl_cancel);} } Fl_Box {} { @@ -128,7 +128,7 @@ window->hide();} } Fl_Window favWindow { label {Manage Favorites} - private xywh {580 44 355 150} hide + private xywh {580 44 355 150} type Double hide code0 {favWindow->label(manage_favorites_label);} modal } { Fl_File_Browser favList { |
