Re: GtkButton, enter-notify signal, and GdkWindow

2010-11-23 Thread Mike Massonnet
Hi, 2010/11/24 Brian Tietz : > I am creating two widget subclasses, one which is a subclass of GtkContainer > and one which is a subclass of GtkButton.  Both need to receive the > enter-notify signal.  I can successfully obtain the enter-notify signal fot > GtkButton in my_button_subclass_init:

GtkButton, enter-notify signal, and GdkWindow

2010-11-23 Thread Brian Tietz
I am creating two widget subclasses, one which is a subclass of GtkContainer and one which is a subclass of GtkButton.  Both need to receive the enter-notify signal.  I can successfully obtain the enter-notify signal fot GtkButton in my_button_subclass_init:     g_gtk_button_mouse_enter_notify_

GTK Error handling..

2010-11-23 Thread Champ Clark III [Softwink]
Hello all! I have a multi-threaded application written in C that I'm a bit stumped on. It's not the 'multithreaded' portion of the code I'm having issues with. That seems to be functional. It's the GTK error and warning handling. The application is constantly proce