Re: Finding gtkwidget from GdkWindow

2001-06-15 Thread Ian King
> > "Ian King" <[EMAIL PROTECTED]> writes: > > If I retrieve the gdkwindow that the mouse pointer is currently over > > (gdk_window_at_pointer), what is the easiest way to find the relative > > gtkWidget for which this gdkwindow is associated with. > > > > It's gdk_window_get_user_data (window). T

Re: Finding gtkwidget from GdkWindow

2001-06-14 Thread Havoc Pennington
"Ian King" <[EMAIL PROTECTED]> writes: > If I retrieve the gdkwindow that the mouse pointer is currently over > (gdk_window_at_pointer), what is the easiest way to find the relative > gtkWidget for which this gdkwindow is associated with. > It's gdk_window_get_user_data (window). The user data

Finding gtkwidget from GdkWindow

2001-06-14 Thread Ian King
If I retrieve the gdkwindow that the mouse pointer is currently over (gdk_window_at_pointer), what is the easiest way to find the relative gtkWidget for which this gdkwindow is associated with. Thanks for your time Ian King ___ gtk-list mailing list