diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2009-03-22 23:28:04 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2009-03-22 23:28:04 +0000 |
| commit | 6dd3466ef76985a9ceeca6c74af45e7951852885 (patch) | |
| tree | dd1743c5839e820eded86b9e8077e60320c7d8ab /documentation/src/basics.dox | |
| parent | f5d5c97312eda092656cab465d2c55c27a3200ea (diff) | |
More html to doxygen conversions.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6713 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/src/basics.dox')
| -rw-r--r-- | documentation/src/basics.dox | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/documentation/src/basics.dox b/documentation/src/basics.dox index b22b7494c..1af6058fb 100644 --- a/documentation/src/basics.dox +++ b/documentation/src/basics.dox @@ -146,19 +146,10 @@ only common exceptions are <tt>value()</tt> which calls \subsection basics_labels Labels -All widgets support labels. In the case of window widgets, +All widgets support labels. In the case of window widgets, the label is used for the label in the title bar. Our example -program calls the <tt>labelfont()</tt>,<tt> labelsize</tt>, -and <tt>labeltype()</tt> methods. - -All widgets support labels. In the case of window widgets, -the label is used for the label in the title bar. Our example -program calls the -<A href=Fl_Widget.html#Fl_Widget.labelfont><tt>labelfont</tt></A>, -<A href=Fl_Widget.html#Fl_Widget.labelsize><tt> labelsize</tt></A>, -and -<A href=Fl_Widget.html#Fl_Widget.labeltype><tt>labeltype</tt></A> -methods. +program calls the \p labelfont(), \p labelsize(), +and \p labeltype() methods. The <tt>labelfont</tt> method sets the typeface and style that is used for the label, which for this example we are using |
