[Gtk-sharp-list] textview widget
Wolfgang Silbermayr
wolfgang.silbermayr at gmail.com
Thu Jun 14 06:56:37 UTC 2012
On 2012-06-13 23:15, mono_pupil wrote:
[...]
> And where can I find information like properties and methods for this and
> other widgets?
You can find information about the available classes at
http://docs.go-mono.com/ and information specific about the widgets at
http://docs.go-mono.com/?link=N%3aGtk - this is the list of all classes
that can be found in the Gtk namespace.
If you want to see which widgets are available, you can find them at
http://developer.gnome.org/gtk/2.24/ch02.html - but if you click on
them, you get the C API documentation. You will not be able to use the
functions directly in Mono, but you can look up the documetation for
them at http://docs.go-mono.com
Wolfgang.
More information about the Gtk-sharp-list
mailing list