I've been reading tutorials, but one thing I'm not seeing is this: If you're writing a complex application where new windows pop up as a result of button clicks on a main window, should each top level window be a separate glade file, or is there a way to keep all the interface design in one glade file? If so, how do you do that? The glade inspector window seems to show one big hierarchy for everything in the current file.
Or if you have a modal window created as a result of a button click on a main window, can that be in the same glade file too?