Re: Locking the width of a column in a tree view

2007-07-24 Thread Kevin DeKorte
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David Nečas (Yeti) wrote: > On Tue, Jul 24, 2007 at 10:48:16AM -0600, Kevin DeKorte wrote: >> I would like to make it so that the first column >> is the column that is stretched and the second column remains the >> smallest size it can be based on cont

Re: Locking the width of a column in a tree view

2007-07-24 Thread Yeti
On Tue, Jul 24, 2007 at 10:48:16AM -0600, Kevin DeKorte wrote: > I would like to make it so that the first column > is the column that is stretched and the second column remains the > smallest size it can be based on contents and font. gtk_tree_view_column_set_expand() Yeti -- http://gwyddion.ne

Locking the width of a column in a tree view

2007-07-24 Thread Kevin DeKorte
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I have this code... and I would like to make it so that the first column is the column that is stretched and the second column remains the smallest size it can be based on contents and font. Right now the first column stays the same size and t