I've got an wx App that has the UI defined in XRC files. Each form is in its own xrc file. There is one panel that is common to many of the forms. Is there a way to have objects defined in one file that are included and referenced in another?
I know there is a object_ref mechanism, but I can't see how that can reference external xrc files.
I'd like something that worked similar to the way you can define xsd elements in one file and include and reference them in another xsd file.