tabbing through a treeview

2008-07-10 Thread dhk
Does anyone know how to move/loop through the fields in a treeview by just pressing the Tab key? I would like to make the mouse optional and not a requirement. Thanks in advance, Dave ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org

Re: tabbing through a treeview

2008-07-10 Thread Rui Tiago Cação Matos
On 10/07/2008, dhk <[EMAIL PROTECTED]> wrote: > Does anyone know how to move/loop through the fields in a treeview by just > pressing the Tab key? I would like to make the mouse optional and not a > requirement. I believe you can connect to the treeview's key-press-event and do your logic from th

GtkWindow problem

2008-07-10 Thread Perriman
Hi all I have a problem with GtkWindow. This is very difficult because I need to have a GtkWindow with type POPUP and, if I pass an option, the GtkWindow must be TOPLEVEL. I need to do it because I need show a completion popup that it is visible while the user writes in the GtkTextView but, If the

Re: Problem with threads in my GTK+ application...

2008-07-10 Thread Andreas Stricker
Dutta, Seemanta schrieb: > The way I decided to remedy this problem was with the below steps: > > 1. Call g_thread_init() in the main function before gtk_init() is > called. > 2. In the callback for 'clicked' signal for the'Burn' button, I use > g_thread_create() to create a new thread which will