From e93b9bbc02e2791f3a35b6f077fcbb8514c28aed Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Sun, 12 Jan 2025 01:14:58 +1300 Subject: Refactored draw/handle methods in Widgets hierarchy, improved docs, added a few minor method bindings here and there --- doc/fl_cairo_window.html | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'doc/fl_cairo_window.html') diff --git a/doc/fl_cairo_window.html b/doc/fl_cairo_window.html index dadfbb3..d6243aa 100644 --- a/doc/fl_cairo_window.html +++ b/doc/fl_cairo_window.html @@ -91,16 +91,6 @@ function Create - - - - -
Functions and Procedures
 
-function Handle
-       (This  : in out Cairo_Window;
-        Event : in     Event_Kind)
-    return Event_Outcome;
-
 void set_draw_cb(cairo_draw_cb cb);
-- 
cgit