All Questions
2 questions
1
vote
2
answers
302
views
Observer reporting to multiple layers up from the bottom of hierarchy
There is a swarm of objects. When a new unit of certain kind appears on the frame, the swarm integrates this object by calling some add_new_unit method. Above the swarm is a controller abstraction, ...
0
votes
1
answer
82
views
Accessing data in widget
Background
I started to get involved in a project written in python and wxPython (for the GUI). My task is to debug and add a few features to the GUI.
The widgets are organised mainly with sizers, ...