mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-23 13:11:04 +00:00
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:
parent
3c973421cb
commit
88a78c99bd
|
@ -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:
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue