Accerciser reports on various missing requirements, among them
the need to set "focusable" state on some notebook tabs which
have the "focused" state. Does anyone know how I can do this
in PyGTK? I can't find any way of adding state to an object;
atk.Object.ref_state_set() gets a reference to the objects state
set, and not the state set itself.
Thanks - Will
_______________________________________________
pygtk mailing list py...@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/
widget.set_can_focus(False)