Package dogtail :: Module tree :: Class Window
[hide private]
[frames] | no frames]

Class Window

source code

object --+    
         |    
      Node --+
             |
            Window
Known Subclasses:

Instance Methods [hide private]
 
getWnckWindow(self)
Get the wnck.Window instance for this window, or None
source code
 
activate(self)
Activates the wnck.Window associated with this Window.
source code

Inherited from Node: blink, button, child, childLabelled, childNamed, click, contains, deselect, deselectAll, doActionNamed, doubleClick, dump, findAncestor, findChild, findChildren, getAbsoluteSearchPath, getChildAtPoint, getLogString, getRelativeSearch, getUserVisibleStrings, grabFocus, isChild, keyCombo, menu, menuItem, point, satisfies, select, selectAll, tab, textentry, typeText

Inherited from Node (private): _fastFindChild

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from Node: URI, actions, caretOffset, checked, children, combovalue, dead, debugName, extents, focusable, focused, indexInParent, isChecked, isSelected, labelee, labeler, labellee, labeller, maxValue, minValue, minValueIncrement, position, role, roleName, selected, selectedChildren, sensitive, showing, size, text, value

Inherited from object: __class__

Method Details [hide private]

activate(self)

source code 

Activates the wnck.Window associated with this Window.

FIXME: doesn't yet work