Ross Burton wrote:
Adding _NET_WM_CONTEXT_TOOLBAR sounds like it should be fairly simple to do, especially with a GTK+ utility function to mark a toolbar as the "main" toolbar.
The same can be done for menu-bar for os-x-likeness addicts.By the way, this could be solved easily using a GtkAppWindow gobject that would handle commonly-looking applications windows like the libgnome equivalent (was it GnomeApplication ?) did. It looks damn simple: a menubar, a toolbar, a content area and a statusbar, and the implementation can be different on different os to comply easily with those (for instance, the osx impl could just not display the main menubar in the window, etc).