The problem here is that all of the Gtk# code except GLib is autogenerated meaning that we have a tool called GAPI which generates a managed implementation of every C method it finds.
There is the possibility to customize the autogenerated code, but naturally we want to keep these customizations at a minimum. That's why we only customize the code if it brings a considerable improvement. Christian Luis G. wrote: > Hi, > > I see that some Gtk# methods has a C style alike. > > For example > > Gtk.Widget > > public void GetSizeRequest (out int width, out int height) > > public void SetSizeRequest (int width, int height) > > These methods doesn't look good for C# programing _______________________________________________ Gtk-sharp-list maillist - Gtk-sharp-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/gtk-sharp-list