Murray Cumming wrote:
On Tue, 2005-05-24 at 16:58 +0400, Andrew E. Makeev wrote:
As I noted changes was caused by GTK+ new release. I found this change
in gtktreeviewcolumn.c:
If this is an actual regression bug then you probably want to report it
properly. It would get lost in this t
On Tue, 2005-05-24 at 16:58 +0400, Andrew E. Makeev wrote:
> As I noted changes was caused by GTK+ new release. I found this change
> in gtktreeviewcolumn.c:
If this is an actual regression bug then you probably want to report it
properly. It would get lost in this thread. I have not paid attenti
Andrew E. Makeev wrote:
Hi,
I can't remove sort indicator in my TreeView widget. (GTKMM-2.4)
I am using custom widget ( HBox with label and image ) for the column
header ( column->set_widget( header ) ).
I need custom sorting behavior, so, I am setting
column->set_sort_indicator( false );