[Gtk-sharp-list] A question from a completely lost newcommer

mdfederici mdfederici at yahoo.com
Thu Mar 25 18:14:57 EDT 2010


Welcome to mono. I never used GTK before using mono and most of the
documentation out there seems  basically non helpful for the c# bindings.
Mono's basic GTK documentation can be found here:
http://www.go-mono.com/docs/  where you click on gnome libraries then Gtk.

Anyway there are probably two existing widgets which might suit your needs:
input and textview. Gtk.Entry does what you think it would do. It allows for
the user to input some text like a username or password or something.

The textview is more complicated and allows for some really nifty text
manipulation using pango. If you want your user to be manipulating the text,
this is probably what you want. Pango can also be tricky to figure out so
I'd have to know more specifically what you want to do to give you a good
example.

So I would recommend that you go to that link up above and click on
gnome-libraries then click on the 'entry class' and the 'textview class'.
Both of them have simple usage examples. If you have more questions after
that I'll try to help as best I can.
-- 
View this message in context: http://n4.nabble.com/A-question-from-a-completely-lost-newcommer-tp1691260p1691389.html
Sent from the Mono - Gtk# mailing list archive at Nabble.com.


More information about the Gtk-sharp-list mailing list