summaryrefslogtreecommitdiff
path: root/packages/cocoaint/src/webkit/WebPluginViewFactory.inc
blob: 9e4ea5995f1eda2e10a3db77f648ea492d40c9b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{ Parsed from WebKit.framework WebPluginViewFactory.h }


{$ifdef TYPES}
type
  WebPlugInViewFactoryProtocolPtr = ^WebPlugInViewFactoryProtocol;
{$endif}

{$ifdef EXTERNAL_SYMBOLS}
var
  WebPlugInBaseURLKey: NSString; cvar; external;
  WebPlugInAttributesKey: NSString; cvar; external;
  WebPlugInContainerKey: NSString; cvar; external;
  WebPlugInContainingElementKey: NSString; cvar; external;
  WebPlugInShouldLoadMainResourceKey: NSString { available in 10_6 }; cvar; external;
{$endif}

{$ifdef PROTOCOLS}

type
  WebPlugInViewFactoryProtocol = objcprotocol external name 'WebPlugInViewFactory' (NSObjectProtocol)
    class function plugInViewWithArguments (arguments: NSDictionary): NSView; message 'plugInViewWithArguments:';
  end;
{$endif}