diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2000-06-20 21:01:37 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2000-06-20 21:01:37 +0000 |
| commit | 23594d837407fd09be2f8c96f6eb7b5d7722da57 (patch) | |
| tree | e1fd6efab17751681a0c1df1a60ef45d2246befa /documentation/Fl_Input_.html | |
| parent | 463681c1ca48d148d9df2f64ac81a996b8b0547a (diff) | |
Added maximum_size() docos.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1231 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/Fl_Input_.html')
| -rw-r--r-- | documentation/Fl_Input_.html | 8 |
1 files changed, 6 insertions, 2 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> |
