From d9b29d2242b7384f4a9a0e7b424dd54fd9fcb740 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Tue, 4 Feb 2025 12:59:16 +1300 Subject: Filled holes in Fl_Widget binding --- doc/fl_window.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/fl_window.html') diff --git a/doc/fl_window.html b/doc/fl_window.html index bda031e..4f246b3 100644 --- a/doc/fl_window.html +++ b/doc/fl_window.html @@ -526,8 +526,8 @@ function Get_Label
 void label(const char *);
 
-Due to necessary marshalling between String and char* -using this method would be pointless, so its functionality is +Due to the marshalling between String and char * using +this method would be pointless, so its functionality is subsumed by copy_label / Set_Label. -- cgit