diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2007-12-28 23:01:40 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2007-12-28 23:01:40 +0000 |
| commit | 88b4e6fab6c8dae1057567a67ec31718fa9c4649 (patch) | |
| tree | 13142dab2ac11c308d9b21843a92c54fb83dc03b /documentation/Fl_Browser.html | |
| parent | 7a3a8c18922d035370653bf6269af40002a3c08b (diff) | |
STR #1726, STR #1753: documentation updates
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@6008 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/Fl_Browser.html')
| -rw-r--r-- | documentation/Fl_Browser.html | 7 |
1 files changed, 5 insertions, 2 deletions
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 <TT>Fl_Browser_</TT>. </P> <LI><A href=#Fl_Browser.move>move</A></LI> <LI><A href=#Fl_Browser.position>position</A></LI> <LI><A href=#Fl_Browser.remove>remove</A></LI> -<LI><A href=#Fl_Browser.show>show</A></LI> +<LI><A href=#Fl_Browser.selected>selected</A></LI> </UL> </TD><TD align=left valign=top> <UL> +<LI><A href=#Fl_Browser.show>show</A></LI> <LI><A href=#Fl_Browser.size>size</A></LI> <LI><A href=#Fl_Browser.swap>swap</A></LI> <LI><A href=#Fl_Browser.text>text</A></LI> -<LI><A href=#Fl_Browser.topline>topline</A></LI> </UL> </TD> <TD align=left valign=top> <UL> +<LI><A href=#Fl_Browser.topline>topline</A></LI> <LI><A href=#Fl_Browser.visible>visible</A></LI> </UL> </TD></TR> @@ -196,6 +197,8 @@ will always return 0. <P>The second form sets the vertical scrollbar position to <TT>p</TT>. </P> <H4><A name=Fl_Browser.remove>void Fl_Browser::remove(int n)</A></H4> Remove line <TT>n</TT> and make the browser one line shorter. +<H4><A name=Fl_Browser.selected>int Fl_Browser::selected(int n) const</A></H4> + Return 1 if line <TT>n</TT> is selected, 0 if it not selected. <H4><A name=Fl_Browser.show>void Fl_Browser::show(int n)</A></H4> Makes line <TT>n</TT> visible for selection. <H4><A name=Fl_Browser.size>int Fl_Browser::size() const</A></H4> |
