[Gtk-sharp-list] Possible improvements to gtk#

Mike Kestner mkestner@speakeasy.net
04 Jan 2003 00:17:49 -0600


On Fri, 2003-01-03 at 21:33, Duncan Mak wrote:
> On Fri, 2003-01-03 at 20:48, Miguel de Icaza wrote:
> > I think point #2 could be fixed by doing a:
> > 
> > 	#region Auto-generated code.
> > 	...
> > 	#endregion
> > 
> > 	#region Customized extensions
> > 	#endregion
> > 
> 
> I just implemented this. This is the patch.

This does nothing to make the code more readable as an API reference,
which was the initial gripe.  He was complaining about all the public
API being mixed in with private and extern, yadayada...  All this patch
does is decrease the amount of available bits on your harddrive. ;-)

The answer is, of course, docs, so that people don't have to look at the
generated source for API info.

-- 
Mike Kestner <mkestner@speakeasy.net>