From ac18bf760907d148490594a1a38dfa311978fcef Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Thu, 17 May 2007 15:52:15 +0000 Subject: 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 --- documentation/basics.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/basics.html') 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 Chapter 3.

You could examine the boxtype in by doing -box->box(). FLTK uses method name overloading to make +box->box(). 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".

-- cgit v1.2.3