Re: Creating a non-focused window

2008-05-24 Thread Tom Machinski
On Fri, May 23, 2008 at 5:41 PM, Bill O'Connor [EMAIL PROTECTED] wrote: I can't make this work in either lang. I can check that the flag is being set with gtk_window_get_focus_on_map(), but it just doesn't do anything. My suggestion is that you not do this. g Thanks for checking, Billy.

Re: Creating a non-focused window

2008-05-24 Thread Keith Maika
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 a thought I had. Keith. Tom Machinski wrote:

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 a

Re: GtkImageMenuItem:: forall includes the internal GtkImage Widget?

2008-05-24 Thread BJörn Lindqvist
On Fri, May 23, 2008 at 11:24 PM, Yu Feng [EMAIL PROTECTED] wrote: Hi everyone, Isn't the GtkImage in a GtkImageMenuItem an internal widget? No, GtkImageMenuItem is a GtkContainer and the image widget is set explicitly as its child, so it is not internal. gtk_container_forall says internal