UserContentInjectedFrames
Description:
[ CCode ( cprefix = "WEBKIT_USER_CONTENT_INJECT_" , type_id = "webkit_user_content_injected_frames_get_type ()" ) ]
[ Version ( since = "2.6" ) ]
public enum UserContentInjectedFrames
Specifies in which frames user style sheets are to be inserted in.
Content:
Enum values:
- ALL_FRAMES - Insert the
user style sheet in all the frames loaded by the web view, including nested frames.
- TOP_FRAME - Insert the
user style sheet *only* in the top-level frame loaded by the web view, and *not* in the nested frames.