CVSROOT: /cvs/gnome Module name: dogtail Changes by: zcerza 06/08/22 12:35:52
Modified files: . : ChangeLog dogtail : tree.py Log message: * dogtail/tree.py: Add new Node attributes: 'focusable' and 'focused'. Both are read-only Boolean values. 'focusable' indicates whether the Node is able of taking keyboard focus. 'focused' indicates whether the Node currently has keyboard focus. Remove Node.rawType() and move its functionality to Node.typeText(). In Node.typeText(), if the node is focusable and not focused, try to grab its focus with Node.grabFocus before using rawtype.typeText() to do the typing. If the node is not focusable, just append the string to the node's 'text' property. Add Node.keyCombo(), which does a similar thing but cannot have a fallback mechanism. URL : http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=dogtail&who=zcerza&date=explicit&mindate=2006-08-22%2012:34&maxdate=2006-08-22%2012:36 _______________________________________________ cvs-commits-list mailing list cvs-commits-list@gnome.org http://mail.gnome.org/mailman/listinfo/cvs-commits-list