On Sat, 17 Dec 2005, Marcus Comstedt (ACROSS) (Hail Ilpalazzo!) @ Pike (-) developers forum wrote:
Could someone with an insight into the intrinsics of the GTK2 module explain to me why e.g. GTK2.Label.set_markup() is implemented by hand in gtklabel.pre? As far as I can see, the autogenerator would have generated an identical function, except that non-ASCII strings would have actually worked...
Sorry, I'll have to fix that. What happened is that when I first created the function, I did some string conversions (or something, I don't remember exactly) before the function itself. I removed it because it didn't do what I wanted, but didn't fix the rest of it. I'll fix that and commit it.
l