On Wed, Sep 16, 2009 at 10:05 PM, Wesley Smith <[email protected]> wrote:
> Sorry about all of these tree view questions, but I'm almost there.
> One last thing to resolve and that's how to get a signal notification
> when a GtkTreeColumn is resized.  There doesn't seem to be anything in
> GtkTreeViewColumn or GtkTreeView that I can register for.

You should be able to listen for notifications when the "width"
property of a GtkTreeViewColumn changes.  This can be done by
connecting to the "notify::width" signal on a GtkTreeViewColumn.

regards,

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

Reply via email to