diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2007-05-17 15:52:15 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2007-05-17 15:52:15 +0000 |
| commit | ac18bf760907d148490594a1a38dfa311978fcef (patch) | |
| tree | 3bec0bb159d3fef35edbf816a4cd7980760c76bb /documentation/basics.html | |
| parent | 04ced5396e67c19ea808b64c851f8fa039e8eb95 (diff) | |
Replaced '>' with '>' in the documentation where appropriate (STR# 1682, 1684, 1685)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5838 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/basics.html')
| -rw-r--r-- | documentation/basics.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/basics.html b/documentation/basics.html index e1e0d7453..94d0c2031 100644 --- a/documentation/basics.html +++ b/documentation/basics.html @@ -111,7 +111,7 @@ the widget. You can learn more about boxtypes in <A href="common.html#boxtypes">Chapter 3</A>.</P> <P>You could examine the boxtype in by doing -<tt>box->box()</tt>. FLTK uses method name overloading to make +<tt>box->box()</tt>. FLTK uses method name overloading to make short names for get/set methods. A "set" method is always of the form "void name(type)", and a "get" method is always of the form "type name() const".</P> |
