Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 GtkTreeView。默认情况下,此小部件支持拖放。但是,如果您按其中一列对其进行排序,则拖放功能将被禁用(这是合乎逻辑的,并且我希望它可以正常工作)。
我想要一种清除排序的方法(我不关心实际的行,只需清除列标题中的箭头)并重新启用拖放。我尝试调用 gtk_tree_view_set_reorderable (tree_view, TRUE),但这似乎不起作用。