diff options
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl_File_Chooser.H | 39 | ||||
| -rw-r--r-- | FL/Fl_Help_Dialog.H | 35 |
2 files changed, 70 insertions, 4 deletions
diff --git a/FL/Fl_File_Chooser.H b/FL/Fl_File_Chooser.H index 047ec3170..bc55fb561 100644 --- a/FL/Fl_File_Chooser.H +++ b/FL/Fl_File_Chooser.H @@ -1,3 +1,30 @@ +// +// "$Id$" +// +// Fl_File_Chooser dialog for the Fast Light Tool Kit (FLTK). +// +// Copyright 1998-2005 by Bill Spitzak and others. +// +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Library General Public +// License as published by the Free Software Foundation; either +// version 2 of the License, or (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Library General Public License for more details. +// +// You should have received a copy of the GNU Library General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems on the following page: +// +// http://www.fltk.org/str.php +// + // generated by Fast Light User Interface Designer (fluid) version 1.0107 #ifndef Fl_File_Chooser_H @@ -74,8 +101,9 @@ private: Fl_Return_Button *okButton; inline void cb_okButton_i(Fl_Return_Button*, void*); static void cb_okButton(Fl_Return_Button*, void*); - inline void cb_Cancel_i(Fl_Button*, void*); - static void cb_Cancel(Fl_Button*, void*); + Fl_Button *cancelButton; + inline void cb_cancelButton_i(Fl_Button*, void*); + static void cb_cancelButton(Fl_Button*, void*); Fl_Double_Window *favWindow; Fl_File_Browser *favList; inline void cb_favList_i(Fl_File_Browser*, void*); @@ -112,6 +140,8 @@ public: uchar iconsize(); void label(const char *l); const char * label(); + void ok_label(const char *l); + const char * ok_label(); void preview(int e); int preview() const { return previewButton->value(); }; void rescan(); @@ -139,6 +169,7 @@ public: static const char *new_directory_label; static const char *new_directory_tooltip; static const char *preview_label; + static const char *save_label; static const char *show_label; static Fl_File_Sort_F *sort; }; @@ -146,3 +177,7 @@ FL_EXPORT char *fl_dir_chooser(const char *message,const char *fname,int relativ FL_EXPORT char *fl_file_chooser(const char *message,const char *pat,const char *fname,int relative=0); FL_EXPORT void fl_file_chooser_callback(void (*cb)(const char*)); #endif + +// +// End of "$Id$". +// diff --git a/FL/Fl_Help_Dialog.H b/FL/Fl_Help_Dialog.H index f5f9e6a37..23f6e6c75 100644 --- a/FL/Fl_Help_Dialog.H +++ b/FL/Fl_Help_Dialog.H @@ -1,12 +1,39 @@ -// generated by Fast Light User Interface Designer (fluid) version 1.0105 +// +// "$Id$" +// +// Fl_Help_Dialog dialog for the Fast Light Tool Kit (FLTK). +// +// Copyright 1998-2005 by Bill Spitzak and others. +// +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Library General Public +// License as published by the Free Software Foundation; either +// version 2 of the License, or (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Library General Public License for more details. +// +// You should have received a copy of the GNU Library General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems on the following page: +// +// http://www.fltk.org/str.php +// + +// generated by Fast Light User Interface Designer (fluid) version 1.0107 #ifndef Fl_Help_Dialog_H #define Fl_Help_Dialog_H #include <FL/Fl.H> #include <FL/Fl_Double_Window.H> #include <FL/Fl_Help_View.H> -#include <FL/Fl_Button.H> #include <FL/Fl_Group.H> +#include <FL/Fl_Button.H> #include <FL/Fl_Input.H> class FL_EXPORT Fl_Help_Dialog { @@ -58,3 +85,7 @@ public: int y(); }; #endif + +// +// End of "$Id$". +// |
