mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 19:50:38 +00:00
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:
parent
cb8c83af6d
commit
857a4ca025
5 changed files with 21 additions and 3 deletions
|
@ -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*">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue