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:
parent
f7c136e1f5
commit
a66f097de3
2 changed files with 8 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue