Re: [Gimp-developer] GimpToolbox (Hacking GIMP)

2009-08-06 Thread Jordan Stinson
Thanks. On Wed, Aug 5, 2009 at 1:23 PM, Sven Neumann wrote: > Hi, > > On Wed, 2009-08-05 at 10:16 -0400, Jordan Stinson wrote: > > > > > I was wondering what property of the toolbox makes it stay above all > > other windows? > > The toolbox has the 'utility' window hint set and most window manag

Re: [Gimp-developer] GimpToolbox (Hacking GIMP)

2009-08-05 Thread Sven Neumann
Hi, On Wed, 2009-08-05 at 10:16 -0400, Jordan Stinson wrote: > > I was wondering what property of the toolbox makes it stay above all > other windows? The toolbox has the 'utility' window hint set and most window managers interpret that as to keep it above normal windows of the same application

[Gimp-developer] GimpToolbox (Hacking GIMP)

2009-08-05 Thread Jordan Stinson
Hi Everyone, I was wondering what property of the toolbox makes it stay above all other windows? Is it possible to have another window stay above the toolbox? I tried to do this using the gtk_window_set_keep_above fun