[Gtk-sharp-list] Gtk# and GObject

Todd Berman tberman@off.net
Sat, 31 Jul 2004 18:25:27 -0400


On Sat, 2004-07-31 at 13:44 -0700, Chas wrote:
> Hi,
> I was wondering... How consistent is Gtk# with the
> GObject OO infrastructure? I'm asking this in the
> context of embedding. 
> For instance, if (in C code, using Mono calls) I take
> the GObject ptr from a class that's derived from a
> Gtk# class (i.e. a custom widget), can I expect to
> find there (with glib calls, e.g.
> g_object_class_list_properties () ) any new properties
> defined in this new (derived) class?

nope

we dont register any properties or signals with gobject.

--Todd