Widget set size

Hi,

Does anyone know how to set the size of a widget. I have Window with a
table layout. I added multiple ScrolledWindows each with it’s own
TextView. I was wondering how to set the size of a TextView widget
scince I cannot find a method in the API.

Thanks

Carl

http://www.gaihosa.com

have you textview.tried set_size_request(x,y) ?

Dobai-Pataky Bálint wrote:

have you textview.tried set_size_request(x,y) ?

That worked prefectly, Thank you very much!

http://www.gaihosa.com