While looking at parts of the GUI I noticed that the gestures tree view does not really have any visual indication that it is a tree view. Instead it just looks like a list of text items. This seems to be the result of not having a single root to the tree, and is reproducible in the wxPython samples.
To make this more obvious we could add a single root, eg "Gestures" and expand the children (components) of this by default.
While looking at parts of the GUI I noticed that the gestures tree view does not really have any visual indication that it is a tree view. Instead it just looks like a list of text items. This seems to be the result of not having a single root to the tree, and is reproducible in the wxPython samples.
To make this more obvious we could add a single root, eg "Gestures" and expand the children (components) of this by default.