[Gtk-sharp-list] Returning Gdk.Events

Mike Kestner mkestner@speakeasy.net
11 Mar 2003 09:22:11 -0600


On Tue, 2003-03-11 at 05:38, Jonathan Pryor wrote:

> Disadvantages: requires building table, which adds to program
> initialization overhead.  Also requires being able to get a
> string/textual description of the "native" class.  C++ allows this, but
> I'm not that familiar with GObject, so this may be possible.  It looks
> like g_type_name() would fit the bill, however.

Except that GdkEvent is not a GObject, it's a union of structs.

-- 
Mike Kestner <mkestner@speakeasy.net>