I'm trying to allow a directory to be selected (after MainLoop has been called) and then populate a grid managed frame with widgets based on the directory contents. I don't see any method to do that...
HList has add() and ListBox has insert() - is there an equivalent for Frame? Is there another widget for this that can be managed by grid?