mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 21:57:39 +00:00
* Source/NSMenu.m: Rename method on NSMenuPanel for the Wayland
backend to -_menu to keep it apart from the already existing method -menu on NSResponder. * Source/NSSplitView.m: Correct decoded integer type.
This commit is contained in:
parent
77202f52e1
commit
4ad217d5c3
3 changed files with 11 additions and 4 deletions
|
@ -121,7 +121,7 @@
|
|||
NSMenu *_the_menu;
|
||||
}
|
||||
- (void) _setmenu: (NSMenu *)menu;
|
||||
- (NSMenu *) menu;
|
||||
- (NSMenu *) _menu;
|
||||
@end
|
||||
|
||||
@interface NSMenuView (GNUstepPrivate)
|
||||
|
@ -156,7 +156,7 @@ static BOOL menuBarVisible = YES;
|
|||
{
|
||||
_the_menu = menu;
|
||||
}
|
||||
- (NSMenu *) menu
|
||||
- (NSMenu *) _menu
|
||||
{
|
||||
return _the_menu;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue