:right-sidebar: True UserContentInjectedFrames =================================================================== .. currentmodule:: gi.repository.WebKit .. versionadded:: 2.6 .. class:: UserContentInjectedFrames :no-contents-entry: Specifies in which frames user style sheets are to be inserted in. Fields ------ .. rst-class:: interim-class .. class:: UserContentInjectedFrames :no-index: .. attribute:: ALL_FRAMES Insert the user style sheet in all the frames loaded by the web view, including nested frames. This is the default. .. attribute:: TOP_FRAME Insert the user style sheet *only* in the top-level frame loaded by the web view, and *not* in the nested frames.