mono / gtk-sharp

Gtk# is a Mono/.NET binding to the cross platform Gtk+ GUI toolkit and the foundation of most GUI apps built with Mono
http://www.mono-project.com/GtkSharp
Other
426 stars 141 forks source link

Stop building random GType-names #238

Open wolfgangmauer opened 5 years ago

wolfgangmauer commented 5 years ago

Insige the glib/GType.cs (BuildEscapedName) there is a static int witch is used to build the gtype name "__gtksharpX.......".

sb.Append("_gtksharp"); sb.Append(typeuid++); <-------- ????????????? sb.Append(""); This produces a problem with glade-designer when using own widgets.

Please remove this "type_uid" !!!!