diff options
author | Benjamin Barenblat <bbarenblat@gmail.com> | 2021-11-23 23:13:26 -0500 |
---|---|---|
committer | Benjamin Barenblat <bbarenblat@gmail.com> | 2021-11-23 23:13:26 -0500 |
commit | e5df1aafb6d1346207343ccb858fa373e6b86301 (patch) | |
tree | fb26f0091dda7dd69d48d6b06169ea618332b99e /SrcUnix/espws-2.0/FileInput.html |
Check in the Palm OS Emulator, version 3.5 (2001). These files come from
the tarball present in the Debian archives [1]. The SHA-256 digest of
the tarball, c5e0d23424e88525bfba0ecdf0a432a8d93c885d04740df06a9eeee44e5f25e4,
matches the digest preserved in the FreeBSD ports tree [2], giving
further confidence that these files are as distributed by upstream.
[1] http://archive.debian.org/debian/pool/contrib/p/pose/
[2] https://svnweb.freebsd.org/ports/head/palm/pose/distinfo?revision=271305&view=markup&pathrev=282162
Diffstat (limited to 'SrcUnix/espws-2.0/FileInput.html')
-rw-r--r-- | SrcUnix/espws-2.0/FileInput.html | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/SrcUnix/espws-2.0/FileInput.html b/SrcUnix/espws-2.0/FileInput.html new file mode 100644 index 0000000..eb8c1b9 --- /dev/null +++ b/SrcUnix/espws-2.0/FileInput.html @@ -0,0 +1,56 @@ +<HTML> +<HEAD> + <TITLE>FileInput - ESP Widget Set for FLTK</TITLE> + <LINK REL="STYLESHEET" TYPE="text/css" HREF="fltk.css"> +</HEAD> + +<BODY BGCOLOR="#ccccff"> + +<!-- NEW PAGE --> +<H2>class FileInput</H2> + +<HR> + +<H3>Class Hierarchy</H3> + +<UL><PRE> +Fl_Input + | + +----<B>FileInput</B> +</PRE></UL> + +<H3>Include Files</H3> + +<UL><PRE> +#include "FileInput.h" +</PRE></UL> + +<H3>Description</H3> + +<P>The <CODE>FileInput</CODE> widget has got to be a candidate for the +shortest widget ever. The only difference between it and the <CODE>Fl_Input</CODE> +widget is that when text is selected in the input field, the <KBD>Tab</KBD> key +will move the cursor to the end of the selection and clear the selection, +instead of moving to the next input field. + +<H3>Methods</H3> + +<UL> + + <LI><A HREF="#FileInput.FileInput">FileInput</A> + <LI><A HREF="#FileInput.~FileInput">~FileInput</A> + +</UL> + +<H4><A NAME="FileInput.FileInput">FileInput(int xx, int yy, int ww, int hh, const char *l = 0)</A></H4> + +<P>The constructor creates the <CODE>FileInput</CODE> widget at the specified +position and size. + +<H4><A NAME="FileInput.~FileInput">~FileInput()</A></H4> + +<P>The destructor destroys the widget and frees all memory that has been +allocated. + +</BODY> +</HTML> |