Contribution from joe@fatnsoft.com
svn path=/trunk/gtk-sharp/; revision=38796
This commit is contained in:
parent
7b6786f2ed
commit
57ce0371e8
2 changed files with 4 additions and 0 deletions
1
AUTHORS
1
AUTHORS
|
@ -18,3 +18,4 @@ Documentation:
|
|||
ddollar@blueshiftdesign.com
|
||||
bis0n@mail.ru
|
||||
fsjrb@uaf.edu
|
||||
joe@fatnsoft.com
|
||||
|
|
|
@ -13,6 +13,9 @@
|
|||
<summary>Event data.</summary>
|
||||
<remarks>
|
||||
<para>The <see cref="M:Gtk.Widget.DeleteEvent" /> event invokes <see cref="T:Gtk.DeleteEventHandler" /> delegates which pass event data via this class.</para>
|
||||
<para>
|
||||
<see cref="T:Gtk.DeleteEventArgs" />'s RetVal is a boolean.</para>
|
||||
<para>To keep a <see cref="T:Gtk.Window" /> from closing, set <see cref="T:Gtk.DeleteEventHandler" />'s <see cref="T:Gtk.DeleteEventArgs" />.RetVal to true.</para>
|
||||
</remarks>
|
||||
</Docs>
|
||||
<Base>
|
||||
|
|
Loading…
Reference in a new issue