How do I really disable gtk treeview interactive search? The docs say to set_enable_search(False), but if I do this, CTRL+F still causes an annoying search pop-up to appear. Connecting to start-interactive-search and returning True doesn’t work either.
How do I really disable gtk treeview interactive search? The docs say to set_enable_search(False)
Share
The pygtk docs don’t state this, but the C docs do:
Passing
-1for the column really disables searching.