diff options
Diffstat (limited to 'main/Mac/Clean2AppleEventHandler.dcl')
-rw-r--r-- | main/Mac/Clean2AppleEventHandler.dcl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/main/Mac/Clean2AppleEventHandler.dcl b/main/Mac/Clean2AppleEventHandler.dcl new file mode 100644 index 0000000..0690b79 --- /dev/null +++ b/main/Mac/Clean2AppleEventHandler.dcl @@ -0,0 +1,10 @@ +definition module Clean2AppleEventHandler; + +from StdString import String; +from StdFile import Files; +from events import Event; + +install_apple_event_handlers :: Int; +HandleAppleEvent :: !Event (!{#Char} *Files -> (!Int,!*Files)) !*Files -> (!Bool,!Bool,!*Files); + +get_apple_event_string :: !Int !String -> Int; |