Erroneous tabwidth from 4 to 8.

svn path=/trunk/gtk-sharp/; revision=18212
This commit is contained in:
Hector E. Gomez Morales 2003-09-20 09:47:14 +00:00
parent 255e87a7c7
commit 11c7e40b69
2 changed files with 198 additions and 194 deletions

View File

@ -151,7 +151,7 @@
Note that you shouldn't assume the window is definitely unmaximized afterward, because other entities (e.g. the user or window manager) could maximize it again, and not all window managers honor requests to unmaximize. But normally the window will end up unmaximized. Just don't write code that crashes if not.
</para>
<para>
You can track maximization via the <see cref="F:Gtk.Widget.WindowStateEvent" /> signal on <see cref="T:Gtk.Widget" />.
You can track maximization via the <see cref="F:Gtk.Widget.WindowStateEvent" /> signal on <see cref="T:Gtk.Widget" />
</para>
</remarks>
</Docs>
@ -1379,8 +1379,12 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Asks to toggle off the fullscreen state for <paramref name="window" />.</summary>
<remarks>
<para>
Note that you shouldn't assume the window is definitely not full screen afterward, because other entities (e.g. the user or window manager) could fullscreen it again, and not all window managers honor requests to unfullscreen windows. But normally the window will end up restored to its normal state. Just don't write code that crashes if not.
</para>
</remarks>
</Docs>
</Member>
</Members>