1. Can I use macros inside a define-interface to automatically generate the specifications of panes and layouts, or would I have to manually define the interface class if I wanted to do that?
2. If I have a string variable called x and I want to have it appear as a string literal (in quotes) within a backquote expression in a macro, how do I do that? Just ,x gives the value as a symbol in the return.