Re: Getting mouse movement, motion-notify-event problem

2007-04-14 Thread Chris Vine
On Thursday 12 April 2007 10:17, Arto Karppinen wrote: > Hi > > Im trying to get the location of the mouse using "motion-notify-event" > like this: > > gint events = gtk_widget_get_events(GTK_WIDGET(window)); > gtk_widget_set_events(GTK_WIDGET(window), events | > GDK_POINTER_MOTION_MASK); g_signal_

button_press_event signal in GtkCellRendererToggle

2007-04-14 Thread Matí­as Alejandro Torres
Hi, How can i add a GtkCellRendererToggle the button_press_event signal without making a new widget? I have a GtkTreeView with a CheckBox (GtkCellRendererToggle) in it and I want the user modify its value by clicking on it. How can I do this? Thanks in advance. Matias. ___

Re: GTK+ CVS access FAQ out of date

2007-04-14 Thread Claudio Saavedra
Francesco, El Mon, 09-04-2007 a las 16:08 +0200, Francesco Montorsi escribió: > Hi, >the only document I could find for checking out the CVS repo of GTK+ > is this: > > http://www.gtk.org/faq/#AEN325 > > and it seems out of date since if I follow the istructions I get: > > [EMAIL PROTECTED

Image display in arm targets

2007-04-14 Thread Shyjumon N.
Hi Group, Greetings from my side. I have a problem with displaying an image in a gtk application on my arm target. I have cross compiled application with Tinx backend and when i am running the application on target it displays no image. I am using gtk_image_new_from_file. But if i try to disp