[Gtk-sharp-list] ListStore/TreeStore.SetColumnTypes

Mike Kestner mkestner@ximian.com
08 Oct 2002 01:10:47 -0500


On Mon, 2002-10-07 at 23:58, Vladimir Vukicevic wrote:

> Probably best to hand-wrap them; doing so isn't prohibitively
> difficult.  What's the proper syntax for suppressing generation for a
> function?  I've actually got them hand-implemented now, will send a
> patch as soon as I figure out how to suppress :)

Heh.  There is already a mechanism in place to suppress default ctor
generation based on an attribute inserted by the metadata phase of the
parser.  

If you don't want to get into that, we can probably add the
customizations without doing the suppression right away, since they will
be overloaded methods.  I'd like to get a bug opened to make sure we
eventually take care of the suppression, though.

-- 
Mike Kestner <mkestner@ximian.com>