Re: [Fwd: gdk_event_get doesn't get GDK_EXPOSE]
- From: Federico Mena Quintero <federico ximian com>
- To: Henrique Dante de Almeida <hdante terra com br>
- Cc: Russell Shaw <rjshaw iprimus com au>, GTK+ development mailing list <gtk-devel-list gnome org>
- Subject: Re: [Fwd: gdk_event_get doesn't get GDK_EXPOSE]
- Date: Mon, 15 Dec 2003 13:46:09 -0600
On Mon, 2003-12-15 at 13:27, Henrique Dante de Almeida wrote:
> It didn't work here... It gave a warning
> (expose_test1:712): GLib-GObject-WARNING **: gsignal.c:1893: signal
> `expose' is invalid for instance `0x80591b8'
The right signal name is "expose-event".
The prototype for your signal handler should be
static gboolean
my_expose_handler (GtkWidget *widget, GdkEventExpose *event, gpointer
data);
gtk-devel-list is not the right place for this type of questions. This
list is for discussion about development of GTK+ itself. For questions
about using GTK+ in applications, use gtk-app-devel-list gnome org
Federico
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]