Re: Calculating the size of TextView
On Sat, Nov 24, 2012 at 8:02 AM, Johan Mattsson wrote: > Thank you, this is good news. > > My hack to set the size for TextView, is to call set_text when ever > it's parent is drawn. Far from good code but it works: > >
Calculating the size of TextView
Hi I am working on a GTK application that creates a form with many text areas in it. It seems to work fine until I add my widgets to a scrolled pane. Like this: test.vala: using Gtk; class MainWindow : Gtk.Window { Box vbox = new Box (Orientation.VERTICAL, 5); p