Re: Column Values Changing in Treeview When Row Selected

2008-05-11 Thread James Scott Jr
Andrew, I reviewed the code you supplied. The gtk_tree_model_get() have the correct column numbers, so the fact that PART_COLUMN_CLASS is changing is interesting from a gcc compiler option perspective; but not cause for the problems you are experiencing. PART_COLUMN_CLASS should be a fixed enum

Best way to capture scrolling

2008-05-11 Thread Micah Carrick
What's the best signal for capturing when a GtkTextView is scrolled. I don't need to know how much or anything... just that it was scrolled either vertically OR horizontally by the mouse OR keyboard. -- - Micah Carrick Developer - http://www.micahcarrick.com GTK+ Forums - http://www.gtkfor

Re: Textview cursor disappears sometimes

2008-05-11 Thread Nikolaj Thygesen
MD Tsai wrote: > Is there any reason the cursor disappears at this condition? > > Regards, > > Eric Tsai > I experienced similar behaviour once. The reason was that for other reasons I had added a keypress-signal handler to my widget and this handler swalloved some signals needed by the widget

Re: about draw waveform by GTK

2008-05-11 Thread Stefan Kost
hi, 王跃 schrieb: > Hi, > > > I am new for GTK, and I want to use the GTK to play a music while drawing > the waveform, any idea about it ? ---Thanks Best Regards. Wang Yue I recommend to look at the soruces of applications that draw a waveform already [1][2] and borrow the code