diff options
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 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 <tt>FL_NO_BOX</tt>, which means that no box is drawn. In our "Hello, World!" example we use <TT> FL_UP_BOX</TT>, which means that a raised button border will be drawn -around the widget. You can learn more about boxtypes in <A href=#boytypes> +around the widget. You can learn more about boxtypes in <A href="common.html#boytypes"> Chapter 3</A>. <p>You could examine the boxtype in by doing <tt>box->box()</tt>. Fltk uses method name overloading to make |
