Is this possible? I really want to make my wxPython program (since they only work on windows) use the glass theme.
Also, if it's possible, is there a way to make dialogs that look like those new ones in Vista without coding much custom content?
wxPython is based on the wxWidgets library, so its capabilities are based on the capabilities of wxWidgets.
I don't see anything on the wxWidgets website about a "glass" interface specifically, but I do see that it supports textures, and controls/forms can be made semi-transparent. You should be able to simulate a glass interface without too much difficulty.