After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 533482 - text entry window appears when tree row is selected
text entry window appears when tree row is selected
Status: RESOLVED NOTABUG
Product: gtkmm
Classification: Bindings
Component: TreeView
2.4
Other Solaris
: Normal normal
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2008-05-16 18:20 UTC by ben v
Modified: 2008-05-21 14:57 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description ben v 2008-05-16 18:20:11 UTC
When a tree row is selected, if the user starts typing, some kind of text entry box appears and receives and displays the input.

This entry box appears to have its own window, separate from the main application's window.  I say this because I was monitoring the main window's key press events, and it stops getting them after this entry box appears.

I am fairly certain that this has something to do with tree rows or at least treeViews.  If it is a feature for some reason, I can not find documentation for it, nor can I figure out how to disable it.
Comment 1 Jonathon Jongsma 2008-05-17 02:55:45 UTC
if you disable search with Gtk::TreeView::set_enable_search(false), does it behave as you want?  

Btw, for this sort of question, you'd be better off just sending a quick email to the gtkmm mailing list.
Comment 2 ben v 2008-05-21 14:45:59 UTC
disabling search does make it behave as I want.  Thanks -- sorry if I missed that in the documentation.
Comment 3 Jonathon Jongsma 2008-05-21 14:57:50 UTC
OK, closing then.