Raphael Quinet wrote: > 1. Use WM hints to ensure that the toolbox has a minimum width. This ... > 2. Try to take corrective measures in the Gimp when it detects that ... > 3. Make it possible to split the toolbox in several independent ... > 4. Use some tricks in Gtk to make sure that the full menu bar pops out Why not let the menu items wrap to next line? It might not be possible with Gtk+ now, but it would certainly solve the problem. This is how MS windows behave, though :-) Example: ------ |File| |Xtns| |Help| ------ Edheldil