Hi

I'm wondering about a few things in regards to GTK# API.

While using the Gtk.Window class, I've found a couple of properties were
missing, and were using C style methods with out parameters instead of the
related GDK structures.

I made a example of what I think could be nice to have here:
http://windcapes.pastebin.com/m7f2f591b , but I'm wondering if there is
there a reason for them not being there, seeing that a number of other
properties are available, but not these.

Plus, I find it very strange that there is no parameter-less constructor for
Gtk.Window class. After all, it's rather ugly having to call the base
constructor when making a derived Window, which is rather typical for GUI
development.

Thanks in advance.

Sincerely
 Claus Jørgensen, www.clausjoergensen.dk
 Mobile: +45 30 13 27 32
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to