From 8d552439c716ae15e1f392ca88f3bdebf85ae607 Mon Sep 17 00:00:00 2001
From: Michael R Sweet
Date: Fri, 4 Oct 2002 15:59:29 +0000
Subject: New Fl_Widget::redraw_label() method to cleanly redraw the label of a
widget (this should eliminate the extra flicker some users have complained
about...)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2652 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
---
documentation/Fl_Widget.html | 7 +++++++
1 file changed, 7 insertions(+)
(limited to 'documentation/Fl_Widget.html')
diff --git a/documentation/Fl_Widget.html b/documentation/Fl_Widget.html
index 19cb3dced..3b6a1cf58 100644
--- a/documentation/Fl_Widget.html
+++ b/documentation/Fl_Widget.html
@@ -75,6 +75,7 @@ to call redraw() after these.
parent
position
redraw
+redraw_label
resize
selection_color
set_changed
@@ -386,6 +387,12 @@ HREF="Fl_Window.html#Fl_Window">Fl_Window. Returns
HREF="subclassing.html#draw">draw() routine called.
+
+
+Marks the widget or the parent as needing a redraw for the
+label area of a widget.
+
+