[Gtk-sharp-list] [Patch] gnome/Program.custom
Rodrigo Moya
rodrigo@ximian.com
20 Mar 2003 11:00:03 +0100
On Thu, 2003-03-20 at 07:09, Charles Iliya Krempeaux wrote:
> Hello,
>
> On Wed, 2003-03-19 at 19:26, Mike Kestner wrote:
> > Hi Charles,
> >
> > Sorry about the delay in review.
> >
> > Thinking about it a bit more, there's no reason this stuff can't be
> > added at the Gtk level so that all Gtk# apps can use it. I would prefer
> > to see the default delete handler stuff moved to Gtk.Window.
> >
> > The Run overload can go directly on Gtk.Application.
> >
> > Feel free to commit with those changes.
>
> I was actually planning on making a Patch for Gtk.Application next.
>
> But, just adding the new Run() procedure to Gtk.Application will
> NOT make it available to Gnome.Program.
>
> (Since Gnome.Program is NOT a subclass of Gtk.Application.)
>
> IMO, a developer should use Gnome.Program (if the are
> writing a GNOME application) xor Gtk.Application (if
> they are writing a Gtk application. (But not both.)
>
> So... what do you think about adding the new Run() method
> to both Gtk.Application and Gnome.App ???
>
or what about making Gnome.Program a subclass of Gtk.Application? Or is
there any reason this can't be made?
cheers