Re: can't get enter_notify_event to work

2007-03-24 Thread Karl H. Beckers
Am Samstag, den 24.03.2007, 11:09 +0100 schrieb Gian Mario Tagliaretti: > 2007/3/23, Karl H. Beckers <[EMAIL PROTECTED]>: > > > gtk_widget_set_sensitive (GTK_WIDGET (gtk_frame_right), FALSE); > > from a quick look I would guess that your problem seats here, if the > window is insensitive

Re: can't get enter_notify_event to work

2007-03-24 Thread Gian Mario Tagliaretti
2007/3/23, Karl H. Beckers <[EMAIL PROTECTED]>: > gtk_widget_set_sensitive (GTK_WIDGET (gtk_frame_right), FALSE); from a quick look I would guess that your problem seats here, if the window is insensitive you won't have your events fired. cheers -- Gian Mario Tagliaretti ___