Re: GnomeAnimator Question




Hi,

You need to be sure that GnomeAnimator has a GdkWindow (check that it's
not a no-window widget, if it is a no-window widget you need to place it
in an event box and get events from that). Also, you may need to modify
the event mask with gtk_widget_set_events() or gtk_widget_add_events().

My book gives you the info you need for this,
http://developer.gnome.org/doc/GGAD/, the GTK tutorial may also have the
info.

Havoc




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