From a73c7f58e6a0bb4b4eab922396500c25c118a18b Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 15 Mar 2000 18:57:07 +0000 Subject: Documentation updates for 1.0.8. FLUID GUI tweeks (OK and Cancel use now consistent, spacing now consistent, Courier font for code, etc.) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1039 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/subclassing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/subclassing.html') diff --git a/documentation/subclassing.html b/documentation/subclassing.html index 943b954eb..6df01be99 100644 --- a/documentation/subclassing.html +++ b/documentation/subclassing.html @@ -218,7 +218,7 @@ int MyClass::handle(int event) { } return 0; default: - return 0; + return Fl_Widget::handle(event); } } -- cgit v1.2.3