manpagez: man pages & more
html files: webkitdomgtk
Home | html | info | man

WebKitDOMHTMLOptionsCollection

WebKitDOMHTMLOptionsCollection

Properties

gulong length Read
glong selected-index Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── WebKitDOMObject
        ╰── WebKitDOMHTMLCollection
            ╰── WebKitDOMHTMLOptionsCollection

Description

Functions

webkit_dom_html_options_collection_named_item ()

WebKitDOMNode *
webkit_dom_html_options_collection_named_item
                               (WebKitDOMHTMLOptionsCollection *self,
                                const gchar *name);

Parameters

Returns

A WebKitDOMNode.

[transfer none]


webkit_dom_html_options_collection_get_selected_index ()

glong
webkit_dom_html_options_collection_get_selected_index
                               (WebKitDOMHTMLOptionsCollection *self);

Parameters

Returns

A glong


webkit_dom_html_options_collection_set_selected_index ()

void
webkit_dom_html_options_collection_set_selected_index
                               (WebKitDOMHTMLOptionsCollection *self,
                                glong value);

Parameters

self

A WebKitDOMHTMLOptionsCollection

 

value

A glong

 

webkit_dom_html_options_collection_get_length ()

gulong
webkit_dom_html_options_collection_get_length
                               (WebKitDOMHTMLOptionsCollection *self);

Parameters

Returns

A gulong

Types and Values

WebKitDOMHTMLOptionsCollection

typedef struct _WebKitDOMHTMLOptionsCollection WebKitDOMHTMLOptionsCollection;

Property Details

The “length” property

  “length”                   gulong

read-only gulong HTMLOptionsCollection:length.

Flags: Read


The “selected-index” property

  “selected-index”           glong

read-write glong HTMLOptionsCollection:selected-index.

Flags: Read / Write

Default value: 0

© manpagez.com 2000-2024
Individual documents may contain additional copyright information.