2003-10-09 John Luke <jluke@cfl.rr.com>

* en/Gnome/About.xml: add note about destroy on close event

svn path=/trunk/gtk-sharp/; revision=18815
This commit is contained in:
John Luke 2003-10-09 20:12:10 +00:00
parent 3c973421cb
commit 88a78c99bd
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2003-10-09 John Luke <jluke@cfl.rr.com>
* en/Gnome/About.xml: add note about destroy on close event
2003-10-05 John Luke <jluke@cfl.rr.com>
* en/Gtk/TreeStore.xml:

View File

@ -12,6 +12,7 @@
<para>The <see cref="T:Gnome.About" /> widget is used as the standard way of displaying credits in an application.
Typically, it will be called when a user selects the About... option from the Help menu.
With one simple function call, the application can then display all of the appropriate information.</para>
<para>NOTE: The <see cref="T:Gnome.About" /> widget is destroyed automatically when the close event is called. Therefore, it is not possible to use the same <see cref="T:Gnome.About" /> more than once.</para>
<para>Compile the following example with: mcs GnomeAboutSample.cs -r gtk-sharp -r gnome-sharp -r gdk-sharp</para>
</remarks>
<example>