hello hackers. I have an interesting question here. This is in reference of using glade for building gui and then writing the code seperately into python files.
The problem is that I am totally blind and glade is not accessible with any screen reader to my knowledge. Orca, a gnu/linux based screen reader for the gnome desktop gives some bit of accessibility but no where near to be called workable accessibility. So now I have decided to tell my sighted colligues to build gui templates for me and I will then load the xml file into my python files where I will write events and other functions for my application. In other words the gui (view ) will be loaded or imported into my py files where I will write events (control for the defined view ). Is this doable and how? This way I can take bennifits of glade and also write event handlers for pygtk apps in a normal python file. happy hacking. Krishnakant. _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
