Top |
GObject ╰── WebKitDOMObject ╰── WebKitDOMHTMLCollection ╰── WebKitDOMHTMLOptionsCollection
WebKitDOMNode * webkit_dom_html_options_collection_named_item (WebKitDOMHTMLOptionsCollection *self
,const gchar *name
);
webkit_dom_html_options_collection_named_item
has been deprecated since version 2.22 and should not be used in newly-written code.
Use JavaScriptCore API instead
glong
webkit_dom_html_options_collection_get_selected_index
(WebKitDOMHTMLOptionsCollection *self
);
webkit_dom_html_options_collection_get_selected_index
has been deprecated since version 2.22 and should not be used in newly-written code.
Use JavaScriptCore API instead
void webkit_dom_html_options_collection_set_selected_index (WebKitDOMHTMLOptionsCollection *self
,glong value
);
webkit_dom_html_options_collection_set_selected_index
has been deprecated since version 2.22 and should not be used in newly-written code.
Use JavaScriptCore API instead
gulong
webkit_dom_html_options_collection_get_length
(WebKitDOMHTMLOptionsCollection *self
);
webkit_dom_html_options_collection_get_length
has been deprecated since version 2.22 and should not be used in newly-written code.
Use JavaScriptCore API instead
“length”
property“length” gulong
read-only gulong HTMLOptionsCollection:length.
Owner: WebKitDOMHTMLOptionsCollection
Flags: Read
“selected-index”
property“selected-index” glong
read-write glong HTMLOptionsCollection:selected-index.
Owner: WebKitDOMHTMLOptionsCollection
Flags: Read / Write
Default value: 0