[Mono-list] Re: Request For Assistance with Windows.Forms
Miguel de Icaza
miguel@ximian.com
21 Oct 2002 12:08:04 -0400
Hello,
> Under each ot them, we have distinct .sln files.
> Now, the idea is to implement a common runtime (System.Windows.Forms,
> System.Windows.Forms.Design, and System.Resources dir) and then bindings to
> Gtk and WINELib, or the directories are just supposed to be used for storing
> class "interfaces" to pick, copy in Gtk and WINELib dir and then fill-in the
> methods?
It is mostly historic reasons. In the old days, we were hoping that we
could make things toolkit-independent, but that turned out to not be
possible if we wanted a complete binding.
The Gtk directory is a relic. The only one supported is the WineLib
directory. The Window.Forms directory holds code that was originally
supposed to be "shared" across implementations.
Miguel