PDA

View Full Version : Mono TextWindow()



grim918
September 21st, 2006, 06:53 AM
I am learning gtk# with mono but I am having trouble with some of the widgets because there is not that much documentation that describes how they work.

Can someone help me out and let me know how the TextWindow widget works. When I use it like this:

TextWindow text1 = new TextWindow();

I get a compile error saying that I am missing some parameters. I can't find any online tutorials or examples using TextWindow().
Can someone please help me. I know there has to be some mono users in the Ubuntu community. This is where I learned about mono. Thank you for any help.

grim918
September 22nd, 2006, 07:10 AM
Nevermind about the TextWindow. I was never able to figure it out. I just ended up using TextView.