webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Instance Methods | List of all members
WebHTMLView Class Reference

#import <WebHTMLView.h>

Inheritance diagram for WebHTMLView:
<WebDocumentView> <WebDocumentSearching>

Instance Methods

(void- setNeedsToApplyStyles:
 
(void- reapplyStyles
 
(void- outdent:
 
(BOOL- hasMarkedText
 

Detailed Description

A document view of WebFrameView that displays HTML content. WebHTMLView is a NSControl because it hosts NSCells that are painted by WebCore's Aqua theme renderer (and those cells must be hosted by an enclosing NSControl in order to paint properly).

Method Documentation

◆ hasMarkedText()

- (BOOL) hasMarkedText

◆ outdent:()

- (void) outdent: (id sender

◆ reapplyStyles()

- (void) reapplyStyles

reapplyStyles Immediately causes reapplication of style information to the view. This should not be called directly, instead call setNeedsToApplyStyles:.

◆ setNeedsToApplyStyles:()

- (void) setNeedsToApplyStyles: (BOOL flag

setNeedsToApplyStyles: Sets flag to cause reapplication of style information.

Parameters
flagYES to apply style information, NO to not apply style information.

The documentation for this class was generated from the following files: