Created recursive create labels and shapes method for gui element.
authorJosh Blum <josh@joshknows.com>
Sat, 5 Sep 2009 09:21:37 +0000 (02:21 -0700)
committerJosh Blum <josh@joshknows.com>
Sat, 5 Sep 2009 09:21:37 +0000 (02:21 -0700)
commitfa465d160b0c53fae3ad7876cf429263157dd60a
tree12c1b47840f0f4af32ab43d9878fa725d092decf
parent5bb2a70a94be9c0f83712ee259b7125e3a582b08
Created recursive create labels and shapes method for gui element.
Replaces update methods in the gui classes and simplifies calls.
The master update method in flow graph calls create labels and shapes.
grc/gui/Block.py
grc/gui/Connection.py
grc/gui/Element.py
grc/gui/FlowGraph.py
grc/gui/Port.py