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 ++++++-- documentation/index.html | 2 +- documentation/preface.html | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) (limited to 'documentation') 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)

    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 @@

    FLTK 1.0.9 Programming Manual

    -Revision 14 by Michael Sweet, Craig P. Earls, and Bill Spitzak
    +Revision 15 by Michael Sweet, Craig P. Earls, and Bill Spitzak
    Copyright 1998-2000 by Bill Spitzak and others.
    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 @@ - + FLTK 1.0.9 Programming Manual -- cgit v1.2.3