diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-01-15 02:17:19 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-01-15 02:17:19 +0000 |
| commit | a721b4ad00eb6bfa5483d62ed2461f15ca94a407 (patch) | |
| tree | f37d9ddc465efcc2865502abf325a661358b0ef9 /documentation/Fl_Widget.html | |
| parent | 5ec539b9189405f8463e59d774fa4734a26bc708 (diff) | |
Doco and makefile updates from SGI.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1934 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/Fl_Widget.html')
| -rw-r--r-- | documentation/Fl_Widget.html | 23 |
1 files changed, 19 insertions, 4 deletions
diff --git a/documentation/Fl_Widget.html b/documentation/Fl_Widget.html index 99c20db3c..b29e11f41 100644 --- a/documentation/Fl_Widget.html +++ b/documentation/Fl_Widget.html @@ -53,12 +53,15 @@ to call <TT>redraw()</TT> after these. </P> <LI><A href=#Fl_Widget.damage>damage</A></LI> <LI><A href=#Fl_Widget.deactivate>deactivate</A></LI> <LI><A href=#Fl_Widget.default_callback>default_callback</A></LI> +<LI><A href=#Fl_Widget.deimage>deimage</A></LI> <LI><A href=#Fl_Widget.do_callback>do_callback</A></LI> <LI><A href=#Fl_Widget.h>h</A></LI> </UL> </TD><TD align=left valign=top> <UL> +<LI><A href=#Fl_Widget.handle>handle</A></LI> <LI><A href=#Fl_Widget.hide>hide</A></LI> +<LI><A href=#Fl_Widget.image>image</A></LI> <LI><A href=#Fl_Widget.inside>inside</A></LI> <LI><A href=#Fl_Widget.label>label</A></LI> <LI><A href=#Fl_Widget.labelcolor>labelcolor</A></LI> @@ -142,7 +145,7 @@ FL_NO_BOX</TT> or <TT>FL_UP_BOX</TT>. This color is passed to the box routine. Color is an index into an internal table of rgb colors. For most widgets this defaults to <TT> FL_GRAY</TT>. See the <A href=enumerations.html#Enumerations> -enumeration list</A> for predefined colors. Use <A href=functions.html#set_color> +enumeration list</A> for predefined colors. Use <A href="Fl.html#Fl.set_color"> <TT>Fl::set_color()</TT></A> to redefine colors. <H4><A name=Fl_Widget.selection_color>Fl_Color Fl_Widget::selection_color() const @@ -189,7 +192,7 @@ color of the label text. This defaults to <TT>FL_BLACK</TT>. <BR> void Fl_Widget::labelfont(Fl_Font)</A></H4> Fonts are identified by small 8-bit indexes into a table. See the <A href=enumerations.html#Enumerations> enumeration list</A> for predefined typefaces. The default value uses a -Helvetica typeface (Arial for Microsoft® Windows®). The function <A href=functions.html#set_font> +Helvetica typeface (Arial for Microsoft® Windows®). The function <A href="Fl.html#Fl.set_font"> <TT>Fl::set_font() </TT></A> can define new typefaces. <H4><A name=Fl_Widget.labelsize>uchar Fl_Widget::labelsize() const <BR> void Fl_Widget::labelsize(uchar)</A></H4> @@ -242,7 +245,7 @@ their own callbacks in response to an "OK" button. <H4><A name=Fl_Widget.default_callback>static void Fl_Widget::default_callback(Fl_Widget*, void*)</A></H4> The default callback, which puts a pointer to the widget on the queue -returned by <A href=functions.html#readqueue><TT>Fl::readqueue()</TT></A> +returned by <A href="Fl.html#Fl.readqueue"><TT>Fl::readqueue()</TT></A> . You may want to call this from your own callback. <H4><A name=Fl_Widget.visible>int Fl_Widget::visible() const</A><BR> <A name=Fl_Widget.visible_r>int Fl_Widget::visible_r() const</A><BR> @@ -307,4 +310,16 @@ const</A></H4> sending it an <TT>FL_FOCUS</TT> event, and if it returns non-zero, setting <TT>Fl::focus()</TT> to this widget. You should use this method to assign the focus to an widget. Returns true if the widget -accepted the focus. </BODY></HTML> +accepted the focus. + +<H4><A name="Fl_Widget.deimage">Fl_Image* Fl_Widget::deimage()</A><BR> +void Fl_Widget::deimage(Fl_Image* a)<BR> +void Fl_Widget::deimage(Fl_Image& a)</H4> + +<H4><A name="Fl_Widget.image">Fl_Image* Fl_Widget::image()</A><BR> +void Fl_Widget::image(Fl_Image* a)<BR> +void Fl_Widget::image(Fl_Image& a)</H4> + +<H4><A name="Fl_Widget.handle">int Fl_Widget::handle(int)</A></H4> + +</BODY></HTML> |
