source: rtems-graphics-toolkit/fltk-1.1.10/documentation/Fl_File_Input.html @ 513eea1

Last change on this file since 513eea1 was 513eea1, checked in by Joel Sherrill <joel.sherrill@…>, on 01/09/10 at 22:43:24

2010-01-08 Joel Sherrill <joel.sherrill@…>

fltk 1.1.10. imported

  • ORIGIN: Updated.
  • Property mode set to 100644
File size: 1.4 KB
Line 
1<HTML>
2<HEAD>
3        <TITLE>Fl_File_Input</TITLE>
4</HEAD>
5<BODY>
6
7<!-- NEW PAGE -->
8<H2><A name="Fl_File_Input">class Fl_File_Input</A></H2>
9
10<HR>
11
12<H3>Class Hierarchy</H3>
13
14<UL><PRE>
15<A href="Fl_Input.html#Fl_Input">Fl_Input</A>
16   |
17   +----<B>Fl_File_Input</B>
18</PRE></UL>
19
20<H3>Include Files</H3>
21
22<UL><PRE>
23#include &lt;FL/Fl_File_Input.H&gt;
24</PRE></UL>
25
26<H3>Description</H3>
27
28<P>This widget displays a pathname in a text input field. A navigation bar
29located above the input field allows the user to navigate upward in the
30directory tree.
31
32<CENTER><IMG src="Fl_File_Input.gif" ALT="Fl_File_Input widget."></CENTER>
33
34<H3>Methods</H3>
35
36<UL>
37
38        <LI><A href="#Fl_File_Input.Fl_File_Input">Fl_File_Input</A></LI>
39        <LI><A href="#Fl_File_Input.~Fl_File_Input">~Fl_File_Input</A></LI>
40        <LI><A href="#Fl_File_Input.down_box">down_box</A></LI>
41
42</UL>
43
44<H4><A name="Fl_File_Input.Fl_File_Input">Fl_File_Input::Fl_File_Input(int x, int y, int
45w, int h, const char *label = 0)</A></H4>
46
47<P>Creates a new <TT>Fl_File_Input</TT> widget using the given position,
48size, and label string. The default boxtype is <TT>FL_DOWN_BOX</TT>.
49
50<H4><A name="Fl_File_Input.~Fl_File_Input">virtual Fl_File_Input::~Fl_File_Input()</A></H4>
51
52<P>Destroys the widget and any value associated with it.
53
54<H4><A name="Fl_File_Input.down_box">Fl_Boxtype Fl_File_Input::down_box() const
55<BR>void Fl_File_Input::down_box(Fl_Boxtype b)</A></H4>
56
57<P>Gets or sets the box type to use for the navigation bar.
58
59</BODY>
60</HTML>
Note: See TracBrowser for help on using the repository browser.