From 2c61d60470b0583614437950066b2f63c4ac2782 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sun, 30 Sep 2001 20:25:36 +0000 Subject: Documentation updates. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1625 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 3b4c3a8f0..58ae3fd02 100644 --- a/documentation/basics.html +++ b/documentation/basics.html @@ -143,7 +143,7 @@ the pointer. Fl_Box draws, changing it from the default of FL_NO_BOX, which means that no box is drawn. In our "Hello, World!" example we use FL_UP_BOX, which means that a raised button border will be drawn -around the widget. You can learn more about boxtypes in +around 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 -- cgit v1.2.3