WebKitDOMHTMLMapElement

WebKitDOMHTMLMapElement

Synopsis

                    WebKitDOMHTMLMapElement;
WebKitDOMHTMLCollection * webkit_dom_html_map_element_get_areas
                                                        (WebKitDOMHTMLMapElement *self);
gchar *             webkit_dom_html_map_element_get_name
                                                        (WebKitDOMHTMLMapElement *self);
void                webkit_dom_html_map_element_set_name
                                                        (WebKitDOMHTMLMapElement *self,
                                                         const gchar *value);

Object Hierarchy

  GObject
   +----WebKitDOMObject
         +----WebKitDOMNode
               +----WebKitDOMElement
                     +----WebKitDOMHTMLElement
                           +----WebKitDOMHTMLMapElement

Implemented Interfaces

WebKitDOMHTMLMapElement implements WebKitDOMEventTarget.

Properties

  "areas"                    WebKitDOMHTMLCollection*  : Read
  "name"                     gchar*                : Read / Write

Description

Details

WebKitDOMHTMLMapElement

typedef struct _WebKitDOMHTMLMapElement WebKitDOMHTMLMapElement;


webkit_dom_html_map_element_get_areas ()

WebKitDOMHTMLCollection * webkit_dom_html_map_element_get_areas
                                                        (WebKitDOMHTMLMapElement *self);

self :

A WebKitDOMHTMLMapElement

Returns :

A WebKitDOMHTMLCollection. [transfer none]

webkit_dom_html_map_element_get_name ()

gchar *             webkit_dom_html_map_element_get_name
                                                        (WebKitDOMHTMLMapElement *self);

self :

A WebKitDOMHTMLMapElement

Returns :

A gchar

webkit_dom_html_map_element_set_name ()

void                webkit_dom_html_map_element_set_name
                                                        (WebKitDOMHTMLMapElement *self,
                                                         const gchar *value);

self :

A WebKitDOMHTMLMapElement

value :

A gchar

Property Details

The "areas" property

  "areas"                    WebKitDOMHTMLCollection*  : Read

read-only WebKitDOMHTMLCollection* HTMLMapElement:areas.


The "name" property

  "name"                     gchar*                : Read / Write

read-only gchar* HTMLMapElement:name.

Default value: ""