GUI issues in Python

Thomas Jollans nospam at jollans.com
Thu Apr 6 12:29:57 EDT 2006


diffuser78 at gmail.com wrote:

> My question basically revolves around... that I dont want to draw
> circles and boxes for drawing purposes.
> 
> I want the end user to be able to draw the GUI boxes and circles and
> makes connection to depict states and dependencies. So its a little
> unconventional and more like a SIMULATION TOOL.
> 
> I am pretty sure Python must have something like this. Any idea how to
> go about it.

a tkinter canvas can be hooked up via events with your simulation
algorithm easily.

So, user clicks some point -> the program/simulation gets the coordinates
and action -> does something -> draws something -> ...



-- 
Thomas Jollans - http://jollybox.de/
GNU/Linux - freedom, functionality, power - what more do you want ?
When in doubt, follow the penguins.



More information about the Python-list mailing list