I'm running a GTK application under windows (compiled with MingW)
Source is here:
http://opensourcefinancialmodels.com/op ... rix.tar.gzIn the Windows gtkrc file when I set:
GtkComboBox::appears-as-list = 0
I get sort-indictors (the arrows) on my GtkComboBoxes (I don't have this problem under Linux just Windows).
I'm aware that GtkTreeViewColumn has gtk_tree_view_column_set_sort_indicator() to turn off sort indicator
but I'm not using columns in the Comboboxes.
How can I rid my Windows application of the sort-indicators?