Re: Bring a widget to the foreground

2011-01-07 Thread John Emmas
On 2 Jan 2011, at 21:00, jcup...@gmail.com wrote: On 2 January 2011 15:39, John Emmas john...@tiscali.co.uk wrote: To be honest, all I'm trying to do is create a button whose label font can be changed on demand. I've managed to achieve it by using an empty button with a label on top,

Re: Bring a widget to the foreground

2011-01-07 Thread jcupitt
On 7 January 2011 11:33, John Emmas john...@tiscali.co.uk wrote: Although I can now change the button's label font, the new font seems to be quite transitory and certain operations seem to reset it.  For example if (later) I change the label's text (e.g. if it currently says This message

Transparent Floating GtkEntry

2011-01-07 Thread Cinolt
Hello, I want develop a game that can take multilingual input, including CJK characters. Is it possible to have a GtkDrawingArea fill the entire window and have a GtkEntry floating on top of it? Also is it possible to make the background and border of the GtkEntry transparent? Thanks for any help.