When you create a window with the Gtk backend, the window is positioned in the lower right-hand corner, but the same application when run on OSX is on the upper left-hand corner. I know at least in Gtk, you can request your windows to be positioned in certain ways (for example, centered on the screen, or centered on its parent).
I could not find any way to do this in Xwt, does this method exist or is there any plans for having this functionality? What are the thoughts on how this should work?
Jeff H.