[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: column's width
- From: Armin Burgmeier <armin arbur net>
- To: gtkmm-list gnome org
- Subject: Re: column's width
- Date: Sun, 21 Aug 2005 01:05:35 +0200
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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]