[Gtk-sharp-list] Gtk.Clipboard and wrapping

Mike Kestner mkestner@speakeasy.net
26 Oct 2002 03:40:00 -0500


On Fri, 2002-10-25 at 18:49, Vladimir Vukicevic wrote:
> However, where would be the right place to put this code?  Doing it in
> a .custom would work, for the parts that need to be in Gtk.Clipboard
> -- but i'm also going to have to write some GtkSharp.*.cs wrappers.  I
> guess the Makefiles just do --recurse *.cs, so I can just put some .cs
> files in gtk-sharp/gtk ?

.custom for stuff that's added to wrapped classes.  .cs for standalone
hand coded classes.  We are already putting GtkSharp namespace code in
the various assemblies, so I would suggest putting the files directly in
the assembly that they most closely pertain to. I'm assuming that's the
gtk dir for the example you stated.

-- 
Mike Kestner <mkestner@speakeasy.net>