Re: application10 -- does scrolling work reliable for you?

2015-10-09 Thread Marcus Karlsson
On Fri, Oct 09, 2015 at 09:00:40PM +0200, Stefan Salewski wrote: > OK, after some more testing: When I click on another button and then on > "gtkbuilder" again, that word scrolls into visible area. So the problem > is: When word is selected already, but moved outside visible area, then > searchin

Re: application10 -- does scrolling work reliable for you?

2015-10-09 Thread Marcus Karlsson
On Sat, Oct 10, 2015 at 05:39:04AM +0200, Marcus Karlsson wrote: > On Fri, Oct 09, 2015 at 09:00:40PM +0200, Stefan Salewski wrote: > > gtk+-3.18.1/examples/application10 > > > > cd aplication10 > > glib-compile-schemas . > > glib-compile-resources exampleapp.gresource.xml --target=resources.c >

Re: application10 -- does scrolling work reliable for you?

2015-10-09 Thread Marcus Karlsson
On Fri, Oct 09, 2015 at 09:00:40PM +0200, Stefan Salewski wrote: > gtk+-3.18.1/examples/application10 > > cd aplication10 > glib-compile-schemas . > glib-compile-resources exampleapp.gresource.xml --target=resources.c > --generate-source > gcc -o main main.c resources.c exampleapp.c exampleappwin

application10 -- does scrolling work reliable for you?

2015-10-09 Thread Stefan Salewski
gtk+-3.18.1/examples/application10 cd aplication10 glib-compile-schemas . glib-compile-resources exampleapp.gresource.xml --target=resources.c --generate-source gcc -o main main.c resources.c exampleapp.c exampleappwin.c exampleappprefs.c `pkg-config --libs --cflags gtk+-3.0` ./main exampleapp.

Re: Trigger a GtkEntryCompletion's popup

2015-10-09 Thread Paul Davis
On Fri, Oct 9, 2015 at 6:43 AM, Stefan Salewski wrote: >Entry completion working for zero > characters -- I have some difficulty understanding it. When there is > zero input, there is not much to complete. it means, typically, "show me all possible completions". Useful in cases where there are no

Re: Trigger a GtkEntryCompletion's popup

2015-10-09 Thread Stefan Salewski
On Fri, 2015-10-09 at 09:56 +1100, Daniel Kasak wrote: > I had issues with GtkComboBoxText last time I tried it, though admittedly > that was a long time back. Anyway, yes I'm aware of these widgets, and use > GtkComboBox regularly. I'll look into GtkComboBoxText again. But the > question remains -