summaryrefslogtreecommitdiff
path: root/packages/cocoaint/src/webkit/WebPluginContainer.inc
blob: 9520b7c1b072b636eb28d76107a98051db8c379e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ Parsed from WebKit.framework WebPluginContainer.h }

{$ifdef CLASSES}

type
  WebPlugInContainer = objccategory external (NSObject)
    procedure webPlugInContainerLoadRequest_inFrame (request: NSURLRequest; target: NSString); message 'webPlugInContainerLoadRequest:inFrame:';
    procedure webPlugInContainerShowStatus (message_: NSString); message 'webPlugInContainerShowStatus:';
    function webPlugInContainerSelectionColor: NSColor; message 'webPlugInContainerSelectionColor';
    function webFrame: WebFrame; message 'webFrame';
  end;
{$endif}