pan-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Pan-devel] New task-manager


From: Jacob Ilsø Christensen
Subject: Re: [Pan-devel] New task-manager
Date: 04 Oct 2002 19:03:05 +0200

Hi.

Thanks. It seems you're right. One additional thing is needed though:

gtk_tree_view_column_set_resizable(GTK_TREE_VIEW_COLUMN(column_var),
TRUE);

/Jacob

On Fri, 2002-10-04 at 07:01, John Morris wrote:
> 
> 
> I think you can use:
> gtk_tree_view_column_set_sizing(GTK_TREE_VIEW_COLUMN(column_var),GTK_TREE_VIEW_COLUMN_FIXED)
> followed by
> gtk_tree_view_column_set_fixed_width(GTK_TREE_VIEW_COLUMN(column_var),width_in_pixels)
> 
> 
> Even though the name of the function sort of implies that the size is
> fixed and not adjustable, that is not the case it seems.  You can still
> resize with the mouse, and can use
> 
> gtk_tree_view_column_get_fixed_width() to retrieve the current width.
> 
> 
> I hope this is helpful. I'm just in the learning stage of GTK, so
> forgive me if I'm totally wrong :-).
> 
> John Morris
> address@hidden
> 
> 
> 
> 
> 
> On Thu, 2002-10-03 at 11:00, Jacob Ilsø Christensen wrote:
> > * column widths are no longer saved/restored since I found no way of
> > setting the column width in a GtkTreeView (any ideas?).
> > 
> 
> 
> 
> 
> _______________________________________________
> Pan-devel mailing list
> address@hidden
> http://mail.freesoftware.fsf.org/mailman/listinfo/pan-devel
> 






reply via email to

[Prev in Thread] Current Thread [Next in Thread]