DOMCSSStyleSheet

Constructors

this
this(WebKitDOMCSSStyleSheet* webKitDOMCSSStyleSheet, bool ownedRef)

Sets our main struct and passes it to the parent class.

Members

Functions

addRule
glong addRule(string selector, string style, gulong index)
deleteRule
void deleteRule(gulong index)
getCssRules
DOMCSSRuleList getCssRules()
getDOMCSSStyleSheetStruct
WebKitDOMCSSStyleSheet* getDOMCSSStyleSheetStruct(bool transferOwnership)

Get the main Gtk struct

getOwnerRule
DOMCSSRule getOwnerRule()
getRules
DOMCSSRuleList getRules()
getStruct
void* getStruct()

the main Gtk struct as a void*

insertRule
gulong insertRule(string rule, gulong index)
removeRule
void removeRule(gulong index)

Static functions

getType
GType getType()

Variables

webKitDOMCSSStyleSheet
WebKitDOMCSSStyleSheet* webKitDOMCSSStyleSheet;

the main Gtk struct

Inherited Members

From DOMStyleSheet

webKitDOMStyleSheet
WebKitDOMStyleSheet* webKitDOMStyleSheet;

the main Gtk struct

getDOMStyleSheetStruct
WebKitDOMStyleSheet* getDOMStyleSheetStruct(bool transferOwnership)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

getType
GType getType()
getContentType
string getContentType()
getDisabled
bool getDisabled()
getHref
string getHref()
getMedia
DOMMediaList getMedia()
getOwnerNode
DOMNode getOwnerNode()
getParentStyleSheet
DOMStyleSheet getParentStyleSheet()
getTitle
string getTitle()
setDisabled
void setDisabled(bool value)

Meta