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
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
___
Hi all,
can't get this to work the way I need it to and appreciate all clever
ideas.
I have a very simple test code that works as desired, but it does not
work in another app. I'm doing:
void
on_gtk_frame_right_enter_notify_event (GtkWidget * w, gpointer data) {
printf("entered . \n");
}