tags:

views:

76

answers:

1

Hi to all. i have Window and gtk.ScrolledWindow on it, and gtk.TextView in this scrooledWindow. How can i get textview?

Thank you

+1  A: 
window.get_child().get_child()
ptomato