diff options
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/Fl_Input_.html | 8 | ||||
| -rw-r--r-- | documentation/index.html | 2 | ||||
| -rw-r--r-- | documentation/preface.html | 2 |
3 files changed, 8 insertions, 4 deletions
diff --git a/documentation/Fl_Input_.html b/documentation/Fl_Input_.html index 00aef026a..42248d747 100644 --- a/documentation/Fl_Input_.html +++ b/documentation/Fl_Input_.html @@ -50,16 +50,17 @@ type()</TT> to one of the following values: </P> <LI><A href=#Fl_Input_.cut>cut</A></LI> <LI><A href=#Fl_Input_.drawtext>drawtext</A></LI> <LI><A href=#Fl_Input_.handletext>handletext</A></LI> +<LI><A href=#Fl_Input_.insert>insert</A></LI> </UL> </TD><TD align=left valign=top> <UL> -<LI><A href=#Fl_Input_.insert>insert</A></LI> <LI><A href=#Fl_Input_.lineboundary>lineboundary</A></LI> <LI><A href=#Fl_Input_.mark>mark</A></LI> +<LI><A href=#Fl_Input_.maybe_do_callback>maybe_do_callback</A></LI> </UL> </TD><TD align=left valign=top> <UL> -<LI><A href=#Fl_Input_.maybe_do_callback>maybe_do_callback</A></LI> +<LI><A href=#Fl_Input_.maximum_size>maximum_size</A></LI> <LI><A href=#Fl_Input_.position>position</A></LI> <LI><A href=#Fl_Input_.replace>replace</A></LI> </UL> @@ -109,6 +110,9 @@ Fl_Input_::maybe_do_callback()</A></H4> Does the callback if <TT>changed()</TT> is true or if <TT>when() FL_WHEN_NOT_CHANGED</TT> is non-zero. You should call this at any point you think you should generate a callback. +<H4><A name="Fl_Input_.maximum_size">void Fl_Input_::maximum_size(int m)<BR> +int Fl_Input_::maximum_size() const</A></H4> +<P>Sets or returns the maximum length of the input field. <H4><A name=Fl_Input_.position>int Fl_Input_::position() const <BR> int Fl_Input_::position(int new_position, int new_mark) <BR> int Fl_Input_::position(int new_position_and_new_mark)</A></H4> diff --git a/documentation/index.html b/documentation/index.html index 1c39039fa..e5e496b72 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -9,7 +9,7 @@ <TD ALIGN=CENTER VALIGN=MIDDLE><IMG SRC=FL.gif ALIGN=ABSMIDDLE></TD> <TD ALIGN=CENTER VALIGN=MIDDLE> <H1>FLTK 1.0.9 Programming Manual</H1> -Revision 14 by Michael Sweet, Craig P. Earls, and Bill Spitzak<BR> +Revision 15 by Michael Sweet, Craig P. Earls, and Bill Spitzak<BR> Copyright 1998-2000 by Bill Spitzak and others.<BR> </TD> </TR> diff --git a/documentation/preface.html b/documentation/preface.html index 32678268c..d7869ef37 100644 --- a/documentation/preface.html +++ b/documentation/preface.html @@ -2,7 +2,7 @@ <HEAD> <META CONTENT="Written by Michael Sweet, Craig P. Earls, and Bill Spitzak" NAME=Author> <META CONTENT="Copyright 1998-2000 by Bill Spitzak and Others." NAME=Copyright> - <META CONTENT="Revision 14" NAME=DocNumber> + <META CONTENT="Revision 15" NAME=DocNumber> <TITLE>FLTK 1.0.9 Programming Manual</TITLE> </HEAD> <BODY> |
