Re: GtkWidget's "draw" signal



Martin Baulig <martin home-of-linux org> writes:
> 
> looks like GtkWidget's "draw" signal is now gone in
> GTK+ HEAD.
> 
> What's the correct way to fix stuff which is using it
> (in gnome-libs HEAD) ?
> 

Basically you can just delete the draw implementation from
widgets. The only problem we've had is that some widgets were calling
gtk_widget_draw from expose_event; if the widget does that usually you
have to move the contents of the draw implementation into the expose
implementation.

Havoc




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