On Sat, Jan 9, 2010 at 08:29, alsaf <[email protected]> wrote: > The keys work after you click the button but if you move the mouse and > select another treeview item, a text box at bottom of screen appears. > This text box is the same as the one in gtk applications file chooser > dialog that pops up and matches all files that start with the text you > type in. > > How do you disable so that when you stop this behaviour from happening? > I've tried looking in the API for gtk.Window but I can't anything that > looks like this and I don't know what this behaviour is called to google > it.
It sounds like you're running into interactive search. It will be easy to disable this. http://www.pygtk.org/pygtk2reference/class-gtktreeview.html#method-gtktreeview--set-enable-search -- Michael Urman _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
