Re: Creating a non-focused window

2008-05-24 Thread Bill O'Connor
Keith Maika <[EMAIL PROTECTED]> writes: > Just throwing out a guess here, but could it be that the hint only works > on secondary windows? Meaning, maybe the first window an app opens gets > focus and the hint is ignored, but subsequent windows work? Not able to > test myself currently, just

Re: Creating a non-focused window

2008-05-23 Thread Bill O'Connor
"Tom Machinski" <[EMAIL PROTECTED]> writes: > On Fri, May 23, 2008 at 2:26 PM, Brian J. Tarricone <[EMAIL PROTECTED]> > wrote: > >> >> Hmm, when I write basically the same thing as your Python implementation >> in C, I get the same result as you -- the window grabs focus when it's >> shown. > > >

Re: can GtkWindow be a child of another GtkWindow?

2007-12-14 Thread Bill O'Connor
Binary Chen <[EMAIL PROTECTED]> writes: > Hi, > > I have a GtkWindow with type GTK_WINDOW_POPUP, I want it to be a child > of a GtkWindow, the effect will be the pop up window can only move > within the scope of the parent window. And if I invoke the position > function for the popup window, the c