From 49f2a539cdc77b504ddef00162625531b659c767 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Mon, 6 Jan 2025 23:46:40 +1300 Subject: Revised Browser subhierarchy, mostly protected method bindings --- doc/fl_browser.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'doc/fl_browser.html') diff --git a/doc/fl_browser.html b/doc/fl_browser.html index f4168a9..f06f1e9 100644 --- a/doc/fl_browser.html +++ b/doc/fl_browser.html @@ -169,21 +169,21 @@ procedure Set_Column_Widths
 void * data(int line) const;
 
-Not used +Not used.
 void data(int line, void *d);
 
-Not used +Not used.
 void display(int line, int val=1);
 
-Deprecated, see show / Show_Line and hide / Hide_Line +Deprecated, see show / Show_Line and hide / Hide_Line. @@ -364,7 +364,7 @@ procedure Remove_Icon
 void replace(int a, const char *b);
 
-Deprecated, see text / Set_Line_Text +Deprecated, see text / Set_Line_Text. @@ -428,7 +428,7 @@ function Number_Of_Lines
 void size(int W, int H);
 
-Falls through to Fl_Widget::size(int, int) anyway so binding unnecessary +Falls through to Fl_Widget::size(int, int) anyway so binding unnecessary. @@ -556,14 +556,14 @@ function Is_Visible
 FL_BLINE * _remove(int line);
 
-Intentionally left unbound +Intentionally left unbound.
 FL_BLINE * find_line(int line) const;
 
-Intentionally left unbound +Intentionally left unbound. @@ -592,7 +592,7 @@ function Average_Item_Height
 void insert(int line, FL_BLINE *item);
 
-Intentionally left unbound +Intentionally left unbound. @@ -752,7 +752,7 @@ function Line_Number
 void swap(FL_BLINE *a, FL_BLINE *b);
 
-Intentionally left unbound +Intentionally left unbound. -- cgit