Interactive search on GtkTreeView not working

2017-09-03 Thread Sofi Celi
Dear list, I have created an application on OS X El Capitan which has a GtkTreeView. It has the start-interactive-search key binding, which works (the search bar is shown and focused) but nothing can be typed in it. Oddly enough, input can be copied, pasted or deleted, but when manually typing

Re: Interactive search on GtkTreeView not working

2017-09-01 Thread Paul Davis
In theory, it shouldn't be ctrl-f on OS X. Ctrl is defined as the PRIMARY modifier for X Window and Windows, but that role is played by Command on MacOS/OSX. On the other hand, you already reported that Ctrl-f does work to bring up the search bar, so something is borked. On Fri, Sep 1, 2017 at

Re: Interactive search on GtkTreeView not working

2017-09-01 Thread Eric Cashon via gtk-list
Hi Sofi, I don't have OS X to test on but have been working on a few tree views recently. If I give it a quick test on Ubuntu, Ctrl+f and search works well in the following test code. Does this work on OS X or does it give you the same problem? Eric /* With Ubuntu16.04, GTK3.18 and

Re: Interactive search on GtkTreeView not working

2017-09-01 Thread Sofi Celi
Hi, Igor! > Which version of GTK+ you are using? GTK+3 Thanks! 2017-09-01 10:50 GMT-05:00 Igor Korot : > Hi, Sofi, > > On Fri, Sep 1, 2017 at 11:42 AM, Sofi Celi wrote: > > Dear list, > > > > I have created an application on OS X El Capitan which has a

Re: Interactive search on GtkTreeView not working

2017-09-01 Thread Sofi Celi
Sorry, specifically: 3.22.19 2017-09-01 11:07 GMT-05:00 Sofi Celi : > Hi, Igor! > > > Which version of GTK+ you are using? > GTK+3 > > Thanks! > > 2017-09-01 10:50 GMT-05:00 Igor Korot : > >> Hi, Sofi, >> >> On Fri, Sep 1, 2017 at 11:42 AM, Sofi Celi

Re: Interactive search on GtkTreeView not working

2017-09-01 Thread Igor Korot
Hi, Sofi, On Fri, Sep 1, 2017 at 11:42 AM, Sofi Celi wrote: > Dear list, > > I have created an application on OS X El Capitan which has a GtkTreeView. > Neither the start-interactive-search key binding nor the > 'gtk_tree_view_set_enable_search()' works. It does not

Interactive search on GtkTreeView not working

2017-09-01 Thread Sofi Celi
Dear list, I have created an application on OS X El Capitan which has a GtkTreeView. Neither the start-interactive-search key binding nor the 'gtk_tree_view_set_enable_search()' works. It does not interactively search and when 'Ctrl+f' is press, the search bar is shown and focused, but nothing