I moved code from Win32 to Linux and everything worked.
However, the Linux top window has an extra button - minimize. I cannot seem to get rid of it by any means. In the constructor of the class that inherits from TopWindow, the following does not get rid of the extra button:
MinimizeBox(false);
Any suggestions?
(openSuSE 10.2 is the platform that I'm on).
--jlf
This isn't yet implemented for X11.
There is a bit work left with X window manager hint support.
Trivial to do, though.