mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 22:20:37 +00:00
Added new MacOSX methods.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16764 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
bcba032886
commit
fd8d2e98b4
1 changed files with 4 additions and 0 deletions
|
@ -127,6 +127,10 @@
|
|||
- (BOOL) launchApplication: (NSString*)appName
|
||||
showIcon: (BOOL)showIcon
|
||||
autolaunch: (BOOL)autolaunch;
|
||||
#ifndef STRICT_OPENSTEP
|
||||
- (NSDictionary*) activeApplication;
|
||||
- (NSArray*) launchedApplications;
|
||||
#endif
|
||||
|
||||
//
|
||||
// Unmounting a Device
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue