Re: Nabbing mouse interaction on widget...



enter_notify_event and leave_notify_event

You need to set the add these to the events with gtk_widget_set_events

GDK_ENTER_NOTIFY_MASK
GDK_LEAVE_NOTIFY_MASK


Jim


Michael Lee Yohe wrote:

> I need to know which signal to tap that will gets called when the mouse
> pointer moves over a particular widget (i.e. label).  All button widgets
> have the "enter" signal, but that is specific to the class.
>
> TIA.
>
> --
>
> Michael Lee Yohe (myohe redhat com)
> Software Developer, Engineering Services
> Red Hat, Inc.
>
> QUIPd 0.12:
> -> Do not go where the path may lead, go instead where there is no
> -> path and leave a trail.
> -> - Ralph Waldo Emerson (1803-1882)
>
> _______________________________________________
> gtk-list mailing list
> gtk-list gnome org
> http://mail.gnome.org/mailman/listinfo/gtk-list





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]