From a6163888f3c56123b1db313743c6147ba498732c Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Fri, 8 Aug 2014 14:42:07 +0300 Subject: Add third_party libs --- .../windows/fltk-1.1.10/documentation/Fl_Free.html | 78 ++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 third_party/windows/fltk-1.1.10/documentation/Fl_Free.html (limited to 'third_party/windows/fltk-1.1.10/documentation/Fl_Free.html') diff --git a/third_party/windows/fltk-1.1.10/documentation/Fl_Free.html b/third_party/windows/fltk-1.1.10/documentation/Fl_Free.html new file mode 100644 index 0000000..11585a3 --- /dev/null +++ b/third_party/windows/fltk-1.1.10/documentation/Fl_Free.html @@ -0,0 +1,78 @@ + + + Fl_Free + + + +

class Fl_Free

+
+

Class Hierarchy

+ +

Include Files

+ +

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. +

There are five types of free, which determine when the handle +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. +FL_ALL_FREE does both. FL_SLEEPING_FREE are deactivated.

+

Methods

+ +

Fl_Free(uchar type, int, int, int, int, +const char*l, FL_HANDLEPTR hdl)

+ The constructor takes both the type and the handle + function. The handle function should be declared as follows: + + 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: + +

virtual Fl_Free::~Fl_Free()

+ The destructor will call the handle function with the event +FL_FREE_MEM. -- cgit v1.3.1