views:

14

answers:

1

Is there a way to get the width, in pixels, that a gtk.TreeViewColumn would want to be if the sizing mode was set as gtk.TREE_VIEW_COLUMN_AUTOSIZE, even if it's currently gtk.TREE_VIEW_COLUMN_FIXED?

A: 

I think gtk.TreeViewColumn.cell_get_size() will do the work.

Shaung