Re: Gtk Window Screen Boundaries

2008-10-12 Thread Daniel Saul
I was able to solve this problem. Sample Code: #import #import #import #import #import + (void)reserveLeftWidth:(guint32)leftWidth leftStart:(guint32)leftStart leftEnd:(guint32)leftEnd rightWidth:(guint32

Gtk Window Screen Boundaries

2008-10-11 Thread Dan Saul
Hi Gtk Application Development, I am developing a program that is akin to a Dock, is there a way to tell gtk or the xwindow system not to place windows within certain rects (also maximize limits) so that windows do not spawn underneath the windows? I have set the window type hint to Dock but to no