From f58d0e15d7d60300ac49cea2aedb517f9dc57dcb Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 1 May 2002 00:55:45 +0000 Subject: Add docos for Fl_File_Input. Add Fl_Preferences to docos. Update screenshot for file chooser. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2151 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_File_Input.gif | Bin 0 -> 4040 bytes documentation/Fl_File_Input.html | 57 +++++++++++++++++++++++++++++++++++++++ documentation/Fl_Input.html | 6 ++--- documentation/Makefile | 7 +++-- documentation/filechooser.gif | Bin 9384 -> 20189 bytes documentation/fltk.book | 4 ++- documentation/widgets.html | 2 ++ 7 files changed, 70 insertions(+), 6 deletions(-) create mode 100644 documentation/Fl_File_Input.gif create mode 100644 documentation/Fl_File_Input.html (limited to 'documentation') diff --git a/documentation/Fl_File_Input.gif b/documentation/Fl_File_Input.gif new file mode 100644 index 000000000..4a1f31deb Binary files /dev/null and b/documentation/Fl_File_Input.gif differ diff --git a/documentation/Fl_File_Input.html b/documentation/Fl_File_Input.html new file mode 100644 index 000000000..dd790c3be --- /dev/null +++ b/documentation/Fl_File_Input.html @@ -0,0 +1,57 @@ + + + + +

class Fl_File_Input

+ +
+ +

Class Hierarchy

+ + + +

Include Files

+ + + +

Description

+ +

This widget displays a pathname in a text input field. A navigation bar +located above the input field allows the user to navigate upward in the +directory tree. + +

Fl_File_Input widget.
+ +

Methods

+ + + +

Fl_File_Input::Fl_File_Input(int x, int y, int +w, int h, const char *label = 0)

+ +

Creates a new Fl_File_Input widget using the given position, +size, and label string. The default boxtype is FL_DOWN_BOX. + +

virtual Fl_File_Input::~Fl_File_Input()

+ +

Destroys the widget and any value associated with it. + +

Fl_Boxtype Fl_File_Input::down_box() const +
void Fl_File_Input::down_box(Fl_Boxtype b)

+ +

Gets or sets the box type to use for the navigation bar. + + + diff --git a/documentation/Fl_Input.html b/documentation/Fl_Input.html index 000d15daf..504bf0697 100644 --- a/documentation/Fl_Input.html +++ b/documentation/Fl_Input.html @@ -9,9 +9,9 @@ | +----Fl_Input | - +----Fl_Float_Input, Fl_Int_Input, - Fl_Multiline_Input, Fl_Output, - Fl_Secret_Input + +----Fl_File_Input, Fl_Float_Input, + Fl_Int_Input, Fl_Multiline_Input, + Fl_Output, Fl_Secret_Input

Include Files

diff --git a/documentation/Makefile b/documentation/Makefile index 7d8074145..513aea12e 100644 --- a/documentation/Makefile +++ b/documentation/Makefile @@ -1,5 +1,5 @@ # -# "$Id: Makefile,v 1.9.2.10.2.14 2002/04/28 16:41:16 easysw Exp $" +# "$Id: Makefile,v 1.9.2.10.2.15 2002/05/01 00:55:45 easysw Exp $" # # Documentation makefile for the Fast Light Tool Kit (FLTK). # @@ -73,6 +73,7 @@ HTMLFILES = \ Fl_File_Browser.html \ Fl_File_Chooser.html \ Fl_File_Icon.html \ + Fl_File_Input.html \ Fl_Float_Input.html \ Fl_Free.html \ Fl_GIF_Image.html \ @@ -102,6 +103,7 @@ HTMLFILES = \ Fl_PNG_Image.html \ Fl_PNM_Image.html \ Fl_Positioner.html \ + Fl_Preferences.html \ Fl_Progress.html \ Fl_Repeat_Button.html \ Fl_RGB_Image.html \ @@ -158,6 +160,7 @@ IMAGEFILES = \ fl_choice.gif \ fl_color_chooser.jpg \ FL.gif \ + Fl_File_Input.gif \ Fl_Help_Dialog.gif \ fl_input.gif \ Fl_Light_Button.gif \ @@ -270,5 +273,5 @@ fltk.pdf: $(HTMLFILES) $(IMAGEFILES) $(HTMLDOC) --verbose --batch fltk.book $(MEDIA) -f fltk.pdf # -# End of "$Id: Makefile,v 1.9.2.10.2.14 2002/04/28 16:41:16 easysw Exp $". +# End of "$Id: Makefile,v 1.9.2.10.2.15 2002/05/01 00:55:45 easysw Exp $". # diff --git a/documentation/filechooser.gif b/documentation/filechooser.gif index 974bef23e..2efdf9db7 100644 Binary files a/documentation/filechooser.gif and b/documentation/filechooser.gif differ diff --git a/documentation/fltk.book b/documentation/fltk.book index 7df87427f..a7497fc21 100644 --- a/documentation/fltk.book +++ b/documentation/fltk.book @@ -1,4 +1,4 @@ -#HTMLDOC 1.8.19 +#HTMLDOC 1.8.20 -t pdf13 -f fltk.pdf --book --toclevels 2 --no-numbered --toctitle "Table of Contents" --title --titleimage FL.gif --linkstyle underline --size Universal --left 1.00in --right 0.50in --top 0.50in --bottom 0.50in --header .t. --footer h.1 --tocheader .t. --tocfooter ..i --duplex --portrait --color --no-pscommands --no-xrxcomments --compression=9 --jpeg=50 --fontsize 11.0 --fontspacing 1.2 --headingfont Helvetica --bodyfont Times --headfootsize 11.0 --headfootfont Helvetica --charset 8859-1 --links --no-truetype --pagemode outline --pagelayout single --firstpage c1 --pageeffect none --pageduration 10 --effectduration 1.0 --no-encryption --permissions all --owner-password "" --user-password "" --browserwidth 680 preface.html intro.html @@ -31,6 +31,7 @@ Fl_End.html Fl_File_Browser.html Fl_File_Chooser.html Fl_File_Icon.html +Fl_File_Input.html Fl_Float_Input.html Fl_Free.html Fl_GIF_Image.html @@ -60,6 +61,7 @@ Fl_Pixmap.html Fl_PNG_Image.html Fl_PNM_Image.html Fl_Positioner.html +Fl_Preferences.html Fl_Progress.html Fl_Repeat_Button.html Fl_RGB_Image.html diff --git a/documentation/widgets.html b/documentation/widgets.html index f93f6a3b3..8706febf5 100644 --- a/documentation/widgets.html +++ b/documentation/widgets.html @@ -63,6 +63,7 @@ description of the fl_ functions, see Fl_PNG_Image
Fl_PNM_Image
Fl_Positioner
+Fl_Preferences
Fl_Progress
Fl_Repeat_Button
Fl_Return_Button
@@ -125,6 +126,7 @@ description of the fl_ functions, see
  • Fl_Tiled_Image
  • Fl_Menu_Item +
  • Fl_Preferences
  • Fl_Text_Buffer
  • Fl_Tooltip
  • Fl_Widget -- cgit v1.2.3