diff --git a/ChangeLog b/ChangeLog index 5aa06121f..d9cce0c4d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-04-12 Brad Taylor + + * doc/en/Gtk/Widget.xml: Documentation for OnActivate, but only because + Mike asked so nicely. + 2007-04-12 Mike Kestner * glib/Object.cs : do the Timeout switch in the finalizer @@ -17,6 +22,7 @@ * gtk/glue/widget.c: * gtk/Widget.custom: Bind activate_signal in GtkWidgetClass. + [Fixes #81343] 2007-04-05 Mike Kestner diff --git a/doc/en/Gtk/Widget.xml b/doc/en/Gtk/Widget.xml index b284781dd..3ffdbf6dd 100644 --- a/doc/en/Gtk/Widget.xml +++ b/doc/en/Gtk/Widget.xml @@ -4840,8 +4840,8 @@ Widgets are required to honor the size allocation they receive; a size request i - To be added. - To be added. + Method raised when the widget is activated, primarily by . + Override this method in a subclass to be notified when the widget is activated, commonly when the user presses Enter or Space during key navigation.