mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-03 08:40:42 +00:00
add NSWorkspaceLaunchoptions to NSWorkspace.h
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@28675 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2ab0ed01bc
commit
dbbe4764ea
1 changed files with 20 additions and 0 deletions
|
@ -43,6 +43,26 @@
|
||||||
@class NSView;
|
@class NSView;
|
||||||
@class NSURL;
|
@class NSURL;
|
||||||
|
|
||||||
|
|
||||||
|
#if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST)
|
||||||
|
enum {
|
||||||
|
NSWorkspaceLaunchAndPrint = 0x2,
|
||||||
|
NSWorkspaceLaunchInhibitingBackgroundOnly = 0x80,
|
||||||
|
NSWorkspaceLaunchWithoutAddingToRecents = 0x100,
|
||||||
|
NSWorkspaceLaunchWithoutActivation = 0x200,
|
||||||
|
NSWorkspaceLaunchAsync = 0x10000,
|
||||||
|
NSWorkspaceLaunchAllowingClassicStartup = 0x20000,
|
||||||
|
NSWorkspaceLaunchPreferringClassic = 0x40000,
|
||||||
|
NSWorkspaceLaunchNewInstance = 0x80000,
|
||||||
|
NSWorkspaceLaunchAndHide = 0x100000,
|
||||||
|
NSWorkspaceLaunchAndHideOthers = 0x200000,
|
||||||
|
NSWorkspaceLaunchDefault = NSWorkspaceLaunchAsync | NSWorkspaceLaunchAllowingClassicStartup
|
||||||
|
};
|
||||||
|
|
||||||
|
typedef NSUInteger NSWorkspaceLaunchOptions;
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
@interface NSWorkspace : NSObject
|
@interface NSWorkspace : NSObject
|
||||||
{
|
{
|
||||||
NSMutableDictionary *_iconMap;
|
NSMutableDictionary *_iconMap;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue