> -----Original Message-----
> From: Havoc Pennington [SMTP:[EMAIL PROTECTED]]
> Sent: Thursday, February 07, 2002 10:40 AM
> To:   Ronald Kneusel
> Cc:   '[EMAIL PROTECTED]'
> Subject:      Re: GtkEntry not accepting keyboard input (GTK+ 1.2)?
> 
> 
> Ronald Kneusel <[EMAIL PROTECTED]> writes:
> > I have a GtkEntry which is attached to a fixed widget and that is 
> > attached to a frame in another fixed widget.
> > 
> > The entry box appears and I can set the text, highlight the text
> > with the mouse, but cannot type in the box.  Anything typed appears
> > at the shell prompt.
> > 
> > Why?  Am I missing a step?  I've set the widget to "editable" with
> > no appearant effect.
> > 
> 
>Sounds like your window manager still has focus on the terminal
>console window, instead of your GTK app. Why that is, I don't know.

You were correct!  I created a full screen window as a POPUP window
and it wasn't getting keyboard focus.  I made it a TOPLEVEL window
without decorations and all it well.

Thanks!

Ron

_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to