From 459387017890bc19a347ae674f8c105d6cfc62d0 Mon Sep 17 00:00:00 2001 From: Bertrand Lorentz Date: Wed, 4 Dec 2013 20:42:05 +0100 Subject: [PATCH] doc: Add a bit of documentation for Widget.OnDrawn --- doc/en/Gtk/Widget.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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.