Re: Creating GdkEvents?

2001-06-11 Thread Skip Montanaro
David> Signals are what I really want. But I'm unable to find a list on David> the Gnome pages. Similarly, the .h files are a bit elusive too David> (eg., gtksignal.h doesn't have them). Try the GtkWidget reference manual page: http://developer.gnome.org/doc/API/2.0/gtk/gtkwid

Re: Creating GdkEvents?

2001-06-11 Thread David J. Topper
Jeroen Benckhuijsen wrote: > > I don't think you want GdkEvents. Most (or all) of them are translations > of X Window Events, like an event to redraw a window, resize it, move a > mouse, etc, etc. You're correct. Signals are what I really want. But I'm unable to find a list on the Gnome pages.

Re: Creating GdkEvents?

2001-06-11 Thread Jeroen Benckhuijsen
On 11 Jun 2001 16:30:14 -0400, David J. Topper wrote: > Hi folks, > > I'm having some trouble sending events around CanvasItems and > GtkAdjustments. I'm thinking I need to create a new event type, > something like "activate" or "trigger_my_event." But the functions > listed to do that seem a b

Creating GdkEvents?

2001-06-11 Thread David J. Topper
Hi folks, I'm having some trouble sending events around CanvasItems and GtkAdjustments. I'm thinking I need to create a new event type, something like "activate" or "trigger_my_event." But the functions listed to do that seem a bit heavy for my used (eg., # of bytes for function() pointer?). W