Ive figured out how to make my view inside of a window transparent like this:
[mainWindow setAlphaValue: 0.999999];
and then giving my views background (a table in this case) a color with transparency.
How can I accomplish the same thing with a drawer?
3R1C