[Gtk-sharp-list] WindowType "Panel" ?

Chris Howie cdhowie at gmail.com
Mon Aug 24 11:44:56 EDT 2009


On Wed, Jul 29, 2009 at 5:41 PM, Andy___<andy at carpcstore.de> wrote:
> i want to create a panel-like application.
> how could i say that other windows can't overlay my window?
>
> There is a WindowType called "Dock", but other windows can overlay it.

If you want the window to be on top of other windows, you can request
this by setting KeepAbove to true.  If you want true panel
functionality, where your window reduces the size of the usable
desktop, causing applications to not maximize into the same space as
your window, you will probably have to dig around in libX11.

-- 
Chris Howie
http://www.chrishowie.com
http://en.wikipedia.org/wiki/User:Crazycomputers


More information about the Gtk-sharp-list mailing list