~ubuntu-branches/ubuntu/utopic/fltk1.1/utopic

« back to all changes in this revision

Viewing changes to documentation/Fl_Browser.html

  • Committer: Bazaar Package Importer
  • Author(s): Aaron M. Ucko
  • Date: 2004-12-04 12:59:54 UTC
  • mto: (2.1.1 hoary)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20041204125954-4792872ghx55a78w
Tags: upstream-1.1.6
ImportĀ upstreamĀ versionĀ 1.1.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
</TD><TD align=left valign=top>
82
82
<UL>
83
83
<LI><A href=#Fl_Browser.size>size</A></LI>
 
84
<LI><A href=#Fl_Browser.swap>swap</A></LI>
84
85
<LI><A href=#Fl_Browser.text>text</A></LI>
85
86
<LI><A href=#Fl_Browser.topline>topline</A></LI>
 
87
</UL>
 
88
</TD>
 
89
<TD align=left valign=top>
 
90
<UL>
86
91
<LI><A href=#Fl_Browser.visible>visible</A></LI>
87
92
</UL>
88
93
</TD></TR>
192
197
<H4><A name=Fl_Browser.size>int Fl_Browser::size() const</A></H4>
193
198
 Returns how many lines are in the browser.  The last line number is
194
199
equal to this.
 
200
<H4><A name=Fl_Browser.swap>void Fl_Browser::swap(int a, int b)</A></H4>
 
201
Swaps two lines in the browser.
195
202
<H4><A name=Fl_Browser.text>const char *Fl_Browser::text(int n) const
196
203
<BR> void Fl_Browser::text(int n, const char *)</A></H4>
197
204
 The first form returns the text for line <TT>n</TT>.  If <TT>n</TT> is