Hi,

in the constructor, there is no size allocated for your widgets, so the TreeView does not know how large it will be when shown. Try adding your code into the on_realize event of the container, the widget sizes are allocated at this point.

 - Armin
_______________________________________________
gtkmm-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to