mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 11:40:47 +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
3f9c960d09
commit
f4f0732b7d
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…
Reference in a new issue