source: rtems-graphics-toolkit/fltk-1.1.10/documentation/Fl_Roller.html @ 513eea1

Last change on this file since 513eea1 was 513eea1, checked in by Joel Sherrill <joel.sherrill@…>, on 01/09/10 at 22:43:24

2010-01-08 Joel Sherrill <joel.sherrill@…>

fltk 1.1.10. imported

  • ORIGIN: Updated.
  • Property mode set to 100644
File size: 1017 bytes
Line 
1<HTML>
2<HEAD>
3        <TITLE>Fl_Roller</TITLE>
4</HEAD>
5<BODY>
6<!-- NEW PAGE -->
7<H2><A name=Fl_Roller>class Fl_Roller</A></H2>
8<HR>
9<H3>Class Hierarchy</H3>
10<UL>
11<PRE>
12<A href=Fl_Valuator.html#Fl_Valuator>Fl_Valuator</A>
13   |
14   +----<B>Fl_Roller</B>
15</PRE>
16</UL>
17<H3>Include Files</H3>
18<UL>
19<PRE>
20#include &lt;FL/Fl_Roller.H&gt;
21</PRE>
22</UL>
23<H3>Description</H3>
24 The <TT>Fl_Roller</TT> widget is a &quot;dolly&quot; control commonly used to
25move 3D objects.
26<P ALIGN=CENTER><IMG src="Fl_Roller.gif" ALT="Fl_Roller widget."></P>
27<H3>Methods</H3>
28<UL>
29<LI><A href=#Fl_Roller.Fl_Roller>Fl_Roller</A></LI>
30<LI><A href=#Fl_Roller.~Fl_Roller>~Fl_Roller</A></LI>
31</UL>
32<H4><A name=Fl_Roller.Fl_Roller>Fl_Roller::Fl_Roller(int x, int y, int
33w, int h, const char *label = 0)</A></H4>
34 Creates a new <TT>Fl_Roller</TT> widget using the given position,
35size, and label string. The default boxtype is <TT>FL_NO_BOX</TT>.
36<H4><A name=Fl_Roller.~Fl_Roller>virtual Fl_Roller::~Fl_Roller()</A></H4>
37 Destroys the valuator. </BODY></HTML>
Note: See TracBrowser for help on using the repository browser.