home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / doc / python-glade2 / examples / README < prev    next >
Encoding:
Text File  |  2006-08-09  |  529 b   |  12 lines

  1. This directory contains examples of the use of the pyglade module, which can
  2. be used for creating user interfaces from the .glade files created by the
  3. GLADE UI builder.
  4.  
  5. Just put a glade file in this directory and run:
  6.   ./glade-demo.py filename.glade
  7.  
  8. The pyglade module should make it even easier to prototype interfaces in
  9. python, since you can get it to look right, and act correctly when signals
  10. get emitted, then generate a C skeleton for the UI.
  11.  
  12. You can find GLADE at http://www.comp.lancs.ac.uk/~damon/builder/index.html