Re: example python gtk orca

2011-11-07 Thread Joanmarie Diggs
Orca's "where am I?" command is designed to give detailed information about an object, including the object's description. Were Orca to always provide the description without it being asked for, many users would complain Orca was being "too chatty." Take care. --joanie On Mon, Nov 7, 2011 at 05:5

example python gtk orca

2011-11-07 Thread Esteban Arias
*Hi, I have tested this example, with Orca Ubuntu 10.04 but didnt said decription... Have you got any documentation or idea about this? * #!/usr/bin/env python import gtk import atk win = gtk.Window() win.connect('destroy', lambda win: gtk.main_quit()) button = gtk.Button('Hola') button.set_flag