Re: Signals



Filipe Bonjour wrote:
> II have several drawing options, and I want to send the
> GtkGlArea widget an expose event when the user changes any of these
> options. 

Hi Filipe, I think you can just do:

	gtk_widget_queue_draw( widget );

This deals with all of the signal stuff for you.

HTH, John




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]