Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
WebKitDOMHTMLDocument; void webkit_dom_html_document_close (WebKitDOMHTMLDocument *self
); void webkit_dom_html_document_clear (WebKitDOMHTMLDocument *self
); void webkit_dom_html_document_capture_events (WebKitDOMHTMLDocument *self
); void webkit_dom_html_document_release_events (WebKitDOMHTMLDocument *self
); gboolean webkit_dom_html_document_has_focus (WebKitDOMHTMLDocument *self
); WebKitDOMHTMLCollection * webkit_dom_html_document_get_embeds (WebKitDOMHTMLDocument *self
); WebKitDOMHTMLCollection * webkit_dom_html_document_get_plugins (WebKitDOMHTMLDocument *self
); WebKitDOMHTMLCollection * webkit_dom_html_document_get_scripts (WebKitDOMHTMLDocument *self
); glong webkit_dom_html_document_get_width (WebKitDOMHTMLDocument *self
); glong webkit_dom_html_document_get_height (WebKitDOMHTMLDocument *self
); gchar * webkit_dom_html_document_get_dir (WebKitDOMHTMLDocument *self
); void webkit_dom_html_document_set_dir (WebKitDOMHTMLDocument *self
,const gchar *value
); gchar * webkit_dom_html_document_get_design_mode (WebKitDOMHTMLDocument *self
); void webkit_dom_html_document_set_design_mode (WebKitDOMHTMLDocument *self
,const gchar *value
); gchar * webkit_dom_html_document_get_compat_mode (WebKitDOMHTMLDocument *self
); WebKitDOMElement * webkit_dom_html_document_get_active_element (WebKitDOMHTMLDocument *self
); gchar * webkit_dom_html_document_get_bg_color (WebKitDOMHTMLDocument *self
); void webkit_dom_html_document_set_bg_color (WebKitDOMHTMLDocument *self
,const gchar *value
); gchar * webkit_dom_html_document_get_fg_color (WebKitDOMHTMLDocument *self
); void webkit_dom_html_document_set_fg_color (WebKitDOMHTMLDocument *self
,const gchar *value
); gchar * webkit_dom_html_document_get_alink_color (WebKitDOMHTMLDocument *self
); void webkit_dom_html_document_set_alink_color (WebKitDOMHTMLDocument *self
,const gchar *value
); gchar * webkit_dom_html_document_get_link_color (WebKitDOMHTMLDocument *self
); void webkit_dom_html_document_set_link_color (WebKitDOMHTMLDocument *self
,const gchar *value
); gchar * webkit_dom_html_document_get_vlink_color (WebKitDOMHTMLDocument *self
); void webkit_dom_html_document_set_vlink_color (WebKitDOMHTMLDocument *self
,const gchar *value
);
GObject +----WebKitDOMObject +----WebKitDOMNode +----WebKitDOMDocument +----WebKitDOMHTMLDocument
"active-element" WebKitDOMElement* : Read "alink-color" gchar* : Read / Write "bg-color" gchar* : Read / Write "compat-mode" gchar* : Read "design-mode" gchar* : Read / Write "dir" gchar* : Read / Write "embeds" WebKitDOMHTMLCollection* : Read "fg-color" gchar* : Read / Write "height" glong : Read "link-color" gchar* : Read / Write "plugins" WebKitDOMHTMLCollection* : Read "scripts" WebKitDOMHTMLCollection* : Read "vlink-color" gchar* : Read / Write "width" glong : Read
void webkit_dom_html_document_close (WebKitDOMHTMLDocument *self
);
|
A WebKitDOMHTMLDocument |
void webkit_dom_html_document_clear (WebKitDOMHTMLDocument *self
);
|
A WebKitDOMHTMLDocument |
void webkit_dom_html_document_capture_events
(WebKitDOMHTMLDocument *self
);
|
A WebKitDOMHTMLDocument |
void webkit_dom_html_document_release_events
(WebKitDOMHTMLDocument *self
);
|
A WebKitDOMHTMLDocument |
gboolean webkit_dom_html_document_has_focus (WebKitDOMHTMLDocument *self
);
|
A WebKitDOMHTMLDocument |
Returns : |
A gboolean |
WebKitDOMHTMLCollection * webkit_dom_html_document_get_embeds
(WebKitDOMHTMLDocument *self
);
|
A WebKitDOMHTMLDocument |
Returns : |
A WebKitDOMHTMLCollection. [transfer none] |
WebKitDOMHTMLCollection * webkit_dom_html_document_get_plugins
(WebKitDOMHTMLDocument *self
);
|
A WebKitDOMHTMLDocument |
Returns : |
A WebKitDOMHTMLCollection. [transfer none] |
WebKitDOMHTMLCollection * webkit_dom_html_document_get_scripts
(WebKitDOMHTMLDocument *self
);
|
A WebKitDOMHTMLDocument |
Returns : |
A WebKitDOMHTMLCollection. [transfer none] |
glong webkit_dom_html_document_get_width (WebKitDOMHTMLDocument *self
);
|
A WebKitDOMHTMLDocument |
Returns : |
A glong |
glong webkit_dom_html_document_get_height (WebKitDOMHTMLDocument *self
);
|
A WebKitDOMHTMLDocument |
Returns : |
A glong |
gchar * webkit_dom_html_document_get_dir (WebKitDOMHTMLDocument *self
);
|
A WebKitDOMHTMLDocument |
Returns : |
A gchar |
void webkit_dom_html_document_set_dir (WebKitDOMHTMLDocument *self
,const gchar *value
);
|
A WebKitDOMHTMLDocument |
|
A gchar |
gchar * webkit_dom_html_document_get_design_mode
(WebKitDOMHTMLDocument *self
);
|
A WebKitDOMHTMLDocument |
Returns : |
A gchar |
void webkit_dom_html_document_set_design_mode (WebKitDOMHTMLDocument *self
,const gchar *value
);
|
A WebKitDOMHTMLDocument |
|
A gchar |
gchar * webkit_dom_html_document_get_compat_mode
(WebKitDOMHTMLDocument *self
);
|
A WebKitDOMHTMLDocument |
Returns : |
A gchar |
WebKitDOMElement * webkit_dom_html_document_get_active_element
(WebKitDOMHTMLDocument *self
);
|
A WebKitDOMHTMLDocument |
Returns : |
A WebKitDOMElement. [transfer none] |
gchar * webkit_dom_html_document_get_bg_color
(WebKitDOMHTMLDocument *self
);
|
A WebKitDOMHTMLDocument |
Returns : |
A gchar |
void webkit_dom_html_document_set_bg_color (WebKitDOMHTMLDocument *self
,const gchar *value
);
|
A WebKitDOMHTMLDocument |
|
A gchar |
gchar * webkit_dom_html_document_get_fg_color
(WebKitDOMHTMLDocument *self
);
|
A WebKitDOMHTMLDocument |
Returns : |
A gchar |
void webkit_dom_html_document_set_fg_color (WebKitDOMHTMLDocument *self
,const gchar *value
);
|
A WebKitDOMHTMLDocument |
|
A gchar |
gchar * webkit_dom_html_document_get_alink_color
(WebKitDOMHTMLDocument *self
);
|
A WebKitDOMHTMLDocument |
Returns : |
A gchar |
void webkit_dom_html_document_set_alink_color (WebKitDOMHTMLDocument *self
,const gchar *value
);
|
A WebKitDOMHTMLDocument |
|
A gchar |
gchar * webkit_dom_html_document_get_link_color
(WebKitDOMHTMLDocument *self
);
|
A WebKitDOMHTMLDocument |
Returns : |
A gchar |
void webkit_dom_html_document_set_link_color (WebKitDOMHTMLDocument *self
,const gchar *value
);
|
A WebKitDOMHTMLDocument |
|
A gchar |
gchar * webkit_dom_html_document_get_vlink_color
(WebKitDOMHTMLDocument *self
);
|
A WebKitDOMHTMLDocument |
Returns : |
A gchar |
void webkit_dom_html_document_set_vlink_color (WebKitDOMHTMLDocument *self
,const gchar *value
);
|
A WebKitDOMHTMLDocument |
|
A gchar |
"active-element"
property"active-element" WebKitDOMElement* : Read
read-only WebKitDOMElement* HTMLDocument:active-element.
"alink-color"
property"alink-color" gchar* : Read / Write
read-only gchar* HTMLDocument:alink-color.
Default value: ""
"bg-color"
property"bg-color" gchar* : Read / Write
read-only gchar* HTMLDocument:bg-color.
Default value: ""
"compat-mode"
property"compat-mode" gchar* : Read
read-only gchar* HTMLDocument:compat-mode.
Default value: ""
"design-mode"
property"design-mode" gchar* : Read / Write
read-only gchar* HTMLDocument:design-mode.
Default value: ""
"embeds"
property"embeds" WebKitDOMHTMLCollection* : Read
read-only WebKitDOMHTMLCollection* HTMLDocument:embeds.
"fg-color"
property"fg-color" gchar* : Read / Write
read-only gchar* HTMLDocument:fg-color.
Default value: ""
"link-color"
property"link-color" gchar* : Read / Write
read-only gchar* HTMLDocument:link-color.
Default value: ""
"plugins"
property"plugins" WebKitDOMHTMLCollection* : Read
read-only WebKitDOMHTMLCollection* HTMLDocument:plugins.
"scripts"
property"scripts" WebKitDOMHTMLCollection* : Read
read-only WebKitDOMHTMLCollection* HTMLDocument:scripts.
"vlink-color"
property"vlink-color" gchar* : Read / Write
read-only gchar* HTMLDocument:vlink-color.
Default value: ""