Re: GtkWidget's "draw" signal
- From: Havoc Pennington <hp redhat com>
- To: Martin Baulig <martin home-of-linux org>
- Cc: gtk-devel-list gnome org
- Subject: Re: GtkWidget's "draw" signal
- Date: 05 Dec 2000 09:48:27 -0500
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]