Share

Tix Widget Set for Tk/Tcl and Python

Code

Programming Languages: Tcl

License: BSD License

Repositories

browse code, statistics cvs -d:pserver:anonymous@tix.cvs.sourceforge.net:/cvsroot/tix login

cvs -z3 -d:pserver:anonymous@tix.cvs.sourceforge.net:/cvsroot/tix co -P modulename

Show:

What's happening?

  • How to change NoteBook page state?

    I created NoteBook page with the python code: <code> w = Tix.NoteBook() p=w.add('a', label='L', state= 'disabled') </code> How to change the page state in run time? I tried any line of<code> p.state='enabled' p.pageconfigure(state='enabled') p.config( state=Tix.ENABLED ) </code> - it generates error.

    2009-09-08 19:53:26 UTC by alexzolot

Our Numbers