Minor updates, documentation

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@9767 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 2001-05-03 19:39:28 +00:00
parent cb8c83af6d
commit 857a4ca025
5 changed files with 21 additions and 3 deletions

View file

@ -215,6 +215,9 @@
<sel>deminiaturize:</sel>
<arg type="id">sender</arg>
<desc>
Causes the window to deminiaturize. Normally you would not call
this method directly. A window is automatically deminiaturized
by the user via a mouse cloick event.
</desc>
</method>
<method type="NSWindowDepth">
@ -466,6 +469,7 @@
<method type="BOOL">
<sel>isMiniaturized</sel>
<desc>
Returns <code>YES</code> if the window has been miniaturized.
</desc>
</method>
<method type="BOOL">
@ -535,6 +539,8 @@
<sel>miniaturize:</sel>
<arg type="id">sender</arg>
<desc>
Causes the window to miniaturize, that is the window is removed
from the screen and it's counterpart (mini)window is displayed.
</desc>
</method>
<method type="NSImage*">