mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-03-01 05:56:59 +00:00
Patch from Felipe Lessa
svn path=/trunk/gtk-sharp/; revision=54875
This commit is contained in:
parent
b27f52c0c1
commit
8666947fd0
|
@ -1038,7 +1038,7 @@ Console.WriteLine("Width: {0}, Height: {1}" , width , height);</code>
|
||||||
</Parameters>
|
</Parameters>
|
||||||
<Docs>
|
<Docs>
|
||||||
<summary>Sets or obtains whether the transient parent of <paramref name="window" /> will also destroy <paramref name="window" /> itself</summary>
|
<summary>Sets or obtains whether the transient parent of <paramref name="window" /> will also destroy <paramref name="window" /> itself</summary>
|
||||||
<value>an object of type <see cref="T:System.Int32" /></value>
|
<value>an object of type <see cref="T:System.Boolean" /></value>
|
||||||
<remarks>
|
<remarks>
|
||||||
<para>
|
<para>
|
||||||
This is useful for dialogs that shouldn't persist beyond the livefime of the main <paramref name="window" /> they're associated with, for example.
|
This is useful for dialogs that shouldn't persist beyond the livefime of the main <paramref name="window" /> they're associated with, for example.
|
||||||
|
|
Loading…
Reference in a new issue