Patch from Felipe Lessa

svn path=/trunk/gtk-sharp/; revision=54875
This commit is contained in:
Miguel de Icaza 2005-12-27 14:13:04 +00:00
parent b27f52c0c1
commit 8666947fd0

View file

@ -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.