From 0e6e2393bfc7eeaa47b8a2ebd6c2023f560d7a90 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Fri, 28 Apr 2000 18:15:26 +0000 Subject: Typos reported by Alexander Mai Fl_Browser_ docos finished. Added Fl_Group::init_sizes() description. Added links for common widgets in chapter 3 (?) Fixed formatting problems in subclassing and FLUID chapters. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1100 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/drawing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/drawing.html') diff --git a/documentation/drawing.html b/documentation/drawing.html index 7549576be..e29450c21 100644 --- a/documentation/drawing.html +++ b/documentation/drawing.html @@ -12,7 +12,7 @@ of the existing Fl_Widget classes and implement your own version of draw().
  • You can also write boxtypes and labeltypes. These are small procedures that can be called by -existing Fl_Widgetdraw() methods. These "types" are +existing Fl_Widget::draw() methods. These "types" are identified by an 8-bit index that is stored in the widget's box() , labeltype(), and possibly other properties.
  • You can call -- cgit v1.2.3