Hello Gtk-list,

I registered a handler and requested all events for the
GtkLayoutWidget, but i'm not getting any signal. Any idea why?

widget = gtk_layout_new(NULL,NULL);
g_signal_connect(G_OBJECT(widget),"configure_event",G_CALLBACK(config_handler),N
ULL);
gtk_widget_add_events(widget, GDK_ALL_EVENTS_MASK);


-- 
Best regards,
 Lothar                          mailto:[email protected]

_______________________________________________
gtk-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to