[Gtk-sharp-list] Possible generator bugs.

Joe Shaw joe@assbarn.com
Wed, 27 Aug 2003 09:43:07 -0400


On Wed, 2003-08-27 at 00:39, Mike Kestner wrote:
> On Tue, 2003-08-26 at 16:15, Todd Berman wrote:
> > Found a couple potential bugs, need a bit of outside info to clear them
> > up:
> > 
> > 1) In TextTag for example, the Get/SetProperty Method is used a lot
> > using property names like "wrap_mode" and "font_desc", and the GTK+ API
> > reference uses "wrap-mode" and "font-desc". I am not sure if one is an
> > alias for the other, or if this is a real bug.
> 
> If the real prop name has the '-' and we are using a uscore, that's
> definitely a bug. I think the gtk+ convention is to use uscores though,
> so they might be interested in changing those in future releases.

I think the convention is to use hyphens, but it doesn't matter: the
hyphen and underscore are interchangeable.

Joe