Re: is there a signal for typing at bottom of window?

2018-09-27 Thread Eric Cashon via gtk-app-devel-list
You might be able to fiddle around with the newlines at the end of the buffer to get something to work with the textview. Eric //gcc -Wall text_space1.c -o text_space1 `pkg-config --cflags --libs gtk+-3.0` #include static void value_changed(GtkAdjustment *v_adjust, GtkWidget **widgets)  

Re: is there a signal for typing at bottom of window?

2018-09-27 Thread Doug McCasland
Thanks. IMO, that's too much to do for this feature :-) So I will just use a keyboard shortcut to do the scrolling, when the cursor gets too low in the window. Meanwhile, I want to make a GTK feature suggestion to have a signal emitted when the TextView window scrolls to reveal the next line in