Ignore:
Timestamp:
03/08/03 03:15:01 (21 years ago)
Author:
Nicholas Riley
Message:

ICeCoffEE 1.3.2b1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ICeCoffEE/ICeCoffEE/ICeCoffEE.h

    r74 r106  
    2323BOOL ICCF_EventIsCommandMouseDown(NSEvent *e);
    2424
    25 // returns YES if the current event's modifier flags include the option key
    26 BOOL ICCF_OptionKeyIsDown();
     25// returns the action determined by the current state of keyboard modifiers
     26iccfURLAction ICCF_KeyboardAction();
    2727
    2828// throws an exception if the URL range is nonexistent or too big
     
    4141void ICCF_ParseURL(NSString *string, NSRange *range);
    4242
    43 // calls ICLaunchURL or ICCF_LaunchURLWithApplication (if chooseApp)
    44 void ICCF_LaunchURL(NSString *string, BOOL chooseApp);
     43// calls ICCF_DoURLAction
     44void ICCF_LaunchURL(NSString *string, iccfURLAction action);
    4545
    4646// launch URL from on selected text view cursor position or selection
Note: See TracChangeset for help on using the changeset viewer.