diff --git a/doc/en/Gtk/Widget.xml b/doc/en/Gtk/Widget.xml index e10b377a3..e01001a23 100644 --- a/doc/en/Gtk/Widget.xml +++ b/doc/en/Gtk/Widget.xml @@ -1226,7 +1226,7 @@ class TestClose Gtk.DrawnHandler - To be added. + Raised when the widget needs to be fully or partially redrawn. To be added. @@ -3500,10 +3500,10 @@ To change the font of a simple Widget: - To be added. - To be added. - To be added. - To be added. + a to be used to paint the widget. + Default handler for the event. + a + Override this method in a subclass to provide a default handler for the event. The will be disposed after this method returns, so you should no keep a reference to it outside of the scope of this method.