9fcf82d28e
* generator/ObjectGen.cs : Add property generation. * generator/SymbolTable.cs : More fixage to simple_types. Add GetMarshalType and IsObject methods. * glib/Object.cs : Rename Events prop to EventList to avoid name collision. Add float, double, uint, and IntPtr GetProp and SetProp methods. * parser/TODO : Add a couple prop related bugs to come back for. * parser/gapi2xml.pl (addPropElems): Restructure. It was thoroughly broken. It's better now. svn path=/trunk/gtk-sharp/; revision=1960
3 lines
229 B
Text
3 lines
229 B
Text
Fix enum bug where symbolic values are used (eg Gdk.ModifierType.ModifierMask).
|
|
Fix property names where a variable is used instead of a string literal.
|
|
Fix the bool property macro definitions in GtkTextTag and CellRendererText.
|