mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 18:10:38 +00:00
merge in themes branch to keep in sync
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@23705 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c8e6566831
commit
c033d17a2d
13 changed files with 1446 additions and 372 deletions
|
@ -592,9 +592,14 @@ The displayed menus on the screen have the following structure:
|
|||
- (NSWindow*) window;
|
||||
|
||||
/**
|
||||
Flag this menu to be the main menu of the application,
|
||||
<p>Flag this menu to be the main menu of the application,
|
||||
when isMain is YES. Flag it as no longer being the main
|
||||
menu when NO is handed in.
|
||||
</p>
|
||||
<p>This method also checks the user defaults to determine how
|
||||
the menu is to be displayed (eg vertical or horizontal) and can
|
||||
therefore be used to change window geometry.
|
||||
</p>
|
||||
*/
|
||||
- (void) setMain: (BOOL)isMain;
|
||||
|
||||
|
@ -609,13 +614,6 @@ The displayed menus on the screen have the following structure:
|
|||
*/
|
||||
- (void) displayTransient;
|
||||
|
||||
/**
|
||||
Positions the menu according to the standard user defaults.
|
||||
If the position is not found in the defaults revert to positioning
|
||||
the window in the upper left corner.
|
||||
*/
|
||||
- (void) setGeometry;
|
||||
|
||||
/**
|
||||
When the flag is YES
|
||||
this method will detach the receiver from its parent and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue