Scrolled Window With TreeView in it

2006-12-19 Thread Matías Alejandro Torres
2-2006 a las 13:27 -0300, Matías Alejandro Torres escribió: > Hello everyone, > > I have a GtkTreeView packed inside a GtkScrolledWindow. The > GtkScrolledWindow is packed inside a GtkVBox and I want that whenever > the windows' size changes the GtkScrolledWindow fills the unus

Scrolled Window With TreeView in it

2006-12-18 Thread Matías Alejandro Torres
Hello everyone, I have a GtkTreeView packed inside a GtkScrolledWindow. The GtkScrolledWindow is packed inside a GtkVBox and I want that whenever the windows' size changes the GtkScrolledWindow fills the unused space. I've have two dialogs created in the same way, one works, the other doesn't. Her