Can I use the form builder and gui.loadWidgetsFromFile() to create child windows or populate panels?
If so, what is the syntax? Is there any documentation for formbuilder?
Currently everything created and loaded this way is enabled and drawn by default.
I am not sure how to create sub menus, option screens, etc.
Is my only option to load the objects, and then retrieve each by name (gui.getWidgets, etc) remove them from the GUI container, and add them to the proper panel/child window container?