Home | Trees | Indices | Help |
|
---|
|
DOM implements the core of Pjamas-Desktop, providing access to and management of the DOM model of the PyWebkitGtk window.
|
|||
IterChildrenClass | |||
IterWalkChildren |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
Calculate the number of children the given element has. This loops over all the children of that element and counts them. |
Return the index of the given child in the given parent. This performs a linear search. |
Return which events are currently "sunk" for a given DOM node. See sinkEvents() for more information. |
Walk an entire subtree of the DOM. This returns an iterator/iterable which performs a pre-order traversal of all the children of the given element. |
Register an object to receive event notifications for the given element. The listener's onBrowserEvent() method will be called when a captured event occurs. To set which events are captured, use sinkEvents(). |
multi attr: setStyleAttributes(self, {attr1:val1, attr2:val2, ...}) |
Set which events should be captured on a given element and passed to the registered listener. To set the listener, use setEventListener().
|
Home | Trees | Indices | Help |
|
---|
http://epydoc.sourceforge.net |