webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#import <WebPluginContainer.h>
Instance Methods | |
(void) | - webPlugInContainerLoadRequest:inFrame: |
(void) | - webPlugInContainerShowStatus: |
Properties | |
NSColor * | webPlugInContainerSelectionColor |
WebFrame * | webFrame |
This informal protocol enables a plug-in to request that its containing application perform certain operations.
- (void) webPlugInContainerLoadRequest: | (NSURLRequest *) | request | |
inFrame: | (NSString *) | target | |
webPlugInContainerLoadRequest:inFrame: Tell the application to show a URL in a target frame
webPlugInContainerShowStatus: Tell the application to show the specified status message.
message | The string to be shown. |
|
readnonatomicstrong |
|
readnonatomicstrong |
The color that should be used for any special drawing when plug-in is selected.