Re: [Fwd: gdk_event_get doesn't get GDK_EXPOSE]



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]