Re: GtkBox vs GtkGrid

2013-06-03 Thread jcupitt
Hi Tom, On 2 June 2013 13:12, Thomas A. Moulton t...@moulton.us wrote: Am I missing something? If I use GtkBox it seems that once I add a child I can't get access to it's address any more (GtkWidget *) So if I create a box with some things in it in glade I really can't do much with them.

Re: Ctrl key, event state value, XIM vs IBus

2013-06-03 Thread Luc Pionchon
On 2 June 2013 11:57, Luc Pionchon pionchon@gmail.com wrote: Hi, I have a program that connects to the key pressed event. I am getting different event-state value for Ctrl, depending on the input method. - XIM gives 4 - IBus gives 33554436 is this how it is meant to be? How should I