• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

READMEH A D01-Apr-2011529 129

autoconnect.pyH A D01-Apr-2011374 2011

glade-demo.pyH A D01-Apr-2011320 2314

test.gladeH A D01-Apr-20114.6 KiB128113

test2.gladeH A D01-Apr-20111 KiB2823

README

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