2007-04-12 Brad Taylor <brad@getcoded.net>

* doc/en/Gtk/Widget.xml: Documentation for OnActivate, but only because
	Mike asked so nicely.


svn path=/trunk/gtk-sharp/; revision=75660
This commit is contained in:
Brad Taylor 2007-04-12 18:54:36 +00:00
parent f7c136e1f5
commit a66f097de3
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2007-04-12 Brad Taylor <brad@getcoded.net>
* doc/en/Gtk/Widget.xml: Documentation for OnActivate, but only because
Mike asked so nicely.
2007-04-12 Mike Kestner <mkestner@novell.com>
* 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 <mkestner@novell.com>

View File

@ -4840,8 +4840,8 @@ Widgets are required to honor the size allocation they receive; a size request i
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
<summary>Method raised when the widget is activated, primarily by <see cref="M:Gtk.Widget.Activate" />.</summary>
<remarks>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.</remarks>
<since version="Gtk# 2.10" />
</Docs>
</Member>