Are there any standard approaches to the issue of encoding the layout of a Tkinter dialog (or other GUI element) in a "resource file" (perhaps in XML), so that, upon launching the dialog, the resource file is read and the dialog box is built up dynamically (ala the dialog box editor in MS Visual Studio)? Thanks in advance.