From 09daf20b81cdae78772f07c0af22a571d7cc73eb Mon Sep 17 00:00:00 2001
From: Michael R Sweet There are five types of free, which determine when the handle
+ Emulation of the Forms "free" widget. This emulation allows the free
+demo to run, and appears to be useful for porting programs written in
+Forms which use the free widget or make subclasses of the Forms
+widgets.
+ There are five types of free, which determine when the handle
function is called: Description
- Emulation of the Forms "free" widget. This emulation allows the free
-demo to run, and appears to be useful for porting programs written in
-Forms which use the free widget or make subclasses of the Forms
-widgets.
-
@@ -32,19 +32,19 @@ function is called:
An FL_INPUT_FREE accepts FL_FOCUS events. A FL_CONTINUOUS_FREE sets -a timeout callback 100 times a second and provides a FL_STEP event, -this has obvious detrimental effects on machine performance. +
An FL_INPUT_FREE accepts FL_FOCUS events. A FL_CONTINUOUS_FREE sets +a timeout callback 100 times a second and provides a FL_STEP event, +this has obvious detrimental effects on machine performance. FL_ALL_FREE does both. FL_SLEEPING_FREE are deactivated.
int @@ -55,9 +55,9 @@ handle_function(Fl_Widget *w, char key)- This function is called from the the handle() method in -response to most events, and is called by the draw() method. -The event argument contains the event type: + This function is called from the the handle() method in +response to most events, and is called by the draw() method. +The event argument contains the event type:
// old event names for compatability: -- cgit v1.2.3