From 88b4e6fab6c8dae1057567a67ec31718fa9c4649 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Fri, 28 Dec 2007 23:01:40 +0000 Subject: STR #1726, STR #1753: documentation updates git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@6008 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_Browser.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'documentation/Fl_Browser.html') diff --git a/documentation/Fl_Browser.html b/documentation/Fl_Browser.html index c701c84c1..4ef1c7599 100644 --- a/documentation/Fl_Browser.html +++ b/documentation/Fl_Browser.html @@ -80,18 +80,19 @@ subclass of Fl_Browser_.

  • move
  • position
  • remove
  • -
  • show
  • +
  • selected
  • @@ -196,6 +197,8 @@ will always return 0.

    The second form sets the vertical scrollbar position to p.

    void Fl_Browser::remove(int n)

    Remove line n and make the browser one line shorter. +

    int Fl_Browser::selected(int n) const

    + Return 1 if line n is selected, 0 if it not selected.

    void Fl_Browser::show(int n)

    Makes line n visible for selection.

    int Fl_Browser::size() const

    -- cgit v1.2.3