From 23594d837407fd09be2f8c96f6eb7b5d7722da57 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Tue, 20 Jun 2000 21:01:37 +0000 Subject: Added maximum_size() docos. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1231 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_Input_.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'documentation/Fl_Input_.html') 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() to one of the following values:

  • cut
  • drawtext
  • handletext
  • +
  • insert
  • @@ -109,6 +110,9 @@ Fl_Input_::maybe_do_callback() Does the callback if changed() is true or if when() FL_WHEN_NOT_CHANGED is non-zero. You should call this at any point you think you should generate a callback. +

    void Fl_Input_::maximum_size(int m)
    +int Fl_Input_::maximum_size() const

    +

    Sets or returns the maximum length of the input field.

    int Fl_Input_::position() const
    int Fl_Input_::position(int new_position, int new_mark)
    int Fl_Input_::position(int new_position_and_new_mark)

    -- cgit v1.2.3