[Gtk-sharp-list] [Patch] gnome/Program.custom

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


On Thu, 2003-03-20 at 04:00, Rodrigo Moya wrote:

> or what about making Gnome.Program a subclass of Gtk.Application? Or is
> there any reason this can't be made?

Gnome.Program is autogenerated and derives from GLib.Object. 
Gtk.Application is a hand wrapper of some of the gtk_main_* functions
and just derives from System.Object.

I'm not excited about Gnome.Program having its own Run/Quit methods
since the "native" Gnome class has nothing to do with the main loop. 
But it appears others want that stuff to be there, so I'm trying to be
flexible.  :)

-- 
Mike Kestner <mkestner@speakeasy.net>