mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 14:10:37 +00:00
* Headers/Additions/GNUstepGUI/GSTheme.h: Added method
rightMouseMenu:forEvent: to allow theming of transient and context menus. * Source/GSThemeMenu.m: Implementation of method rightMouseMenu:forEvent: to allow theming of transient and context menus. * Source/NSMenu.m: use the theming code implemented above instead of rendering the menu directly. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@30370 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
afd9a10680
commit
c78d98f976
4 changed files with 32 additions and 6 deletions
|
@ -553,12 +553,8 @@ static BOOL menuBarVisible = YES;
|
|||
|
||||
- (void) _rightMouseDisplay: (NSEvent*)theEvent
|
||||
{
|
||||
if (_menu.horizontal == NO)
|
||||
{
|
||||
[self displayTransient];
|
||||
[_view mouseDown: theEvent];
|
||||
[self closeTransient];
|
||||
}
|
||||
[[GSTheme theme] rightMouseDisplay: self
|
||||
forEvent: theEvent];
|
||||
}
|
||||
|
||||
@end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue