[Gtk-sharp-list] (no subject)

Miguel 26031@t-link.de
Sun, 27 Jun 2004 11:37:08 +0200


You are right. With metacity as window manager it works perfectly.
(also gnome 2.4 and 2.6)

But with sawfish 1.3 as window manager and gnome 2.4 not.
The only workaround to get the window centered is to define the window
as popup. Afterwards you are focused with a new problem.
No keyboard entrys are displayed in a text entry. Instead in the
console. Buttons do work.

Thx

Michael

On Sat, 2004-06-26 at 17:05, Mike Kestner wrote:
> On Fri, 2004-06-25 at 12:22, Miguel wrote:
> 
> > win.WindowPosition = WindowPosition.Center;
> 
> It works for me with Gnome 2.2 and metacity window manager when I set
> "Center" on the toplevel window for the HelloWorld.cs sample.  Your
> window manager has to support the window hint though.  Perhaps that's
> the problem?