GTK TextView automatically resizing

Posted by endeavormac on Stack Overflow See other posts from Stack Overflow or by endeavormac
Published on 2010-04-23T02:35:40Z Indexed on 2010/04/23 2:43 UTC
Read the original article Hit count: 417

Filed under:
|
|

I'm messing around with GTK and glade for the first time, and I've run across a really annoying issue. When I enter text into a TextView, the TextView automatically resizes larger, pushing other widgets away.

This is a really annoying behavior. I do not want my TextView changing size depending on the amount of text within it.

Does anyone know what I can do to prevent the TextView from resizing based on its content?

© Stack Overflow or respective owner

Related posts about c

    Related posts about gtk