mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 04:30:37 +00:00
Change comments upon request of @fredkiefer.
This commit is contained in:
parent
07dcc41ad0
commit
f5bcf3019b
3 changed files with 7 additions and 4 deletions
|
@ -2496,9 +2496,8 @@ image.</p><p>See Also: -applicationIconImage</p>
|
|||
[_hidden_main resignMainWindow];
|
||||
}
|
||||
|
||||
// Sends -hidewindow: to the main menu. If window manager supports
|
||||
// _GNUSTEP_WM_HIDE_APP atom - call succeeds - our windows will be
|
||||
// hidden by window manager, next application should be activated.
|
||||
/** Ask the window manager to hide all the application windows for us.
|
||||
Return whether they have been hidden. */
|
||||
win = [[self mainMenu] window];
|
||||
if ([GSServerForWindow(win) hidewindow: [win windowNumber]] == NO)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue