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 |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
sCaptureElem = None
|
|||
sEventPreviewStack = []
|
|||
listeners = {}
|
|||
hack_timer_workaround_bug_button = None
|
|||
eventmap = {"blur": 0x01000, "change": 0x00400, "click": 0x000
|
|||
eventbitsmap = {}
|
|||
currentEvent = None
|
|
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(). |
Set which events should be captured on a given element and passed to the registered listener. To set the listener, use setEventListener().
|
|
eventmap
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Jun 16 12:42:26 2010 | http://epydoc.sourceforge.net |