[636] in The GTK GIMP ToolKit mailing list archive
[gtk-list] Re: gtk_get_current_event() (gtk+970606)
daemon@ATHENA.MIT.EDU (Hideki Fujimoto)
Sun Aug 3 04:30:51 1997
To: gtk-list@redhat.com
From: hideki70@osk2.threewebnet.or.jp (Hideki Fujimoto)
Reply-To: hideki70@osk2.threewebnet.or.jp
In-Reply-To: Your message of "Sun, 03 Aug 1997 00:08:42 -0700"
Date: Fri, 01 Aug 1997 22:47:36 -0400
Resent-From: gtk-list@redhat.com
Hi!
petm> "gtk_get_current_event" fills in an event structure you pass it. So
petm> the above wouldn't work because you are passing a pointer to random
petm> memory. It should be something more like:
petm>
petm> GdkEvent event;
petm> ...
petm> gtk_get_current_event (&event);
petm> ...
Oh! I see. thanks for tell me.
---
Hideki
--
To unsubscribe: mail -s unsubscribe gtk-list-request@redhat.com < /dev/null