On Fri, 2009-12-04 at 10:52 +0800, Matt Guo wrote: > > So how can I make a window focused with gdk-sharp by giving the native > X window id? Try window.Raise(). window.Focus() sets keyboard focus but does not necessarily affect the z-order.