Ethereal-dev: Re: [ethereal-dev] static vs dynamic column width

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <gharris@xxxxxxxxxxxx>
Date: Sun, 25 Jul 1999 11:53:08 -0700
> Or is it possible to not autoresize some columns if the user has changed their
> widths?

It might be, if there's a GTK+ signal delivered when a column's width is
changed by a user...

...but you'd probably want some way of "un-freezing" the column's size
as well.

> Saving columns widths in the preference file could allow the auto
> resizing process to only change the non user-fixed columns ...

Unfortunately, it appears that there's no obvious way to *get* the size
of a column in a CList.