Re: Spontaneous background colors in treeview

2007-10-10 Thread Andrew Cowie
On Wed, 2007-10-10 at 19:45 -0600, Jeffrey Barish wrote: > I believe that > the manual is wrong when it says that an arrow appears. One most certainly does appear when you click on the header to sort. Do you have gtk_tree_view_column_set_headers_visible() set to true? That's where the arrow shows

Re: Spontaneous background colors in treeview

2007-10-10 Thread Jeffrey Barish
Mikael Hallendal wrote: > Would it be possible to provide a screenshot that shows the problem > you are seeing? It now appears that I fell victim to misleading documentation. The reference manual says that setting the sort indicator to true causes an arrow to appear in the header button indicati

Re: Treeview column width changed signal

2007-10-10 Thread Jeffrey Barish
Kristian Rietveld wrote: > If just saving the column widths of the tree view when the tree view is > destroyed is not enough, the easiest way to do this is probably to > connect to the "notify::width" signal on each column.  Remember to keep > the callback fast (do not write to files, etc) as your

Re: GtkTreeModelFilter and GtkTreeSortable

2007-10-10 Thread Matí­as Alejandro Torres
Kristian Rietveld escribió: > See the API documentation here: > > http://pygtk.org/docs/pygtk/class-gtktreemodelsort.html > > To the constructor of gtk.TreeModelSort you want to pass in self.filter > as child model. Then set the resulting "sort model" as model to show in > the tree view. > > > r

Tool Side panels

2007-10-10 Thread [EMAIL PROTECTED]
Hi, I'm trying to add some side panels to an image manipulating application; these panels contain some buttons and they should be hidden when I no longer need them (no need for fancy sliding animation, though): the larger the working area the best. I temporarily implemented each panel with a