mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 13:20:38 +00:00
Moved the method [NSApplication orderFrontHelpPanel:] to here.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14402 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8946a56bfc
commit
19524684e8
2 changed files with 17 additions and 0 deletions
|
@ -25,6 +25,18 @@
|
|||
|
||||
#include <gnustep/gui/config.h>
|
||||
#include <AppKit/NSHelpPanel.h>
|
||||
#include <AppKit/NSHelpManager.h>
|
||||
|
||||
|
||||
@implementation NSApplication (NSHelpPanel)
|
||||
|
||||
- (void) orderFrontHelpPanel: sender
|
||||
{
|
||||
// This is implemented in NSHelpManager.m
|
||||
[self showHelp: sender];
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
@implementation NSHelpPanel
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue