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_text_display.html | 56 ++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 45 insertions(+), 11 deletions(-) (limited to 'doc/fl_text_display.html') diff --git a/doc/fl_text_display.html b/doc/fl_text_display.html index e77307a..9dd9ff9 100644 --- a/doc/fl_text_display.html +++ b/doc/fl_text_display.html @@ -86,7 +86,20 @@ - + + + + + + +
Functions and Procedures
Protected Attributes
+Too many to list. None that look suited for public API usage. +
+ + + + + +
Constructors
@@ -100,6 +113,13 @@ function Create
 
+ + + + + + - - - - -
Functions and Procedures
 void buffer(Fl_Text_Buffer *buf);
@@ -183,16 +203,6 @@ procedure Set_Cursor_Style
 
   
-virtual void draw();
-
-procedure Draw
-       (This : in out Text_Display);
-
 virtual int handle(int e);
 
@@ -819,6 +829,30 @@ function X_To_Col
 
+ + + + +
Static Protected Functions and Procedures
+ + + + + + + + + + + +
Protected Functions and Procedures
+virtual void draw();
+
+procedure Draw
+       (This : in out Text_Display);
+
+ + -- cgit