Re: Split TextView

2017-03-11 Thread David C. Rankin
On 02/23/2017 01:55 PM, Tuur Dutoit wrote: > Ideally, every page would be a TextView, all backed by 1 TextBuffer, but > that doesn't seem to be possible (out of the box)... > > How would you do this? Why wouldn't that be possible? Each text view allows you to test focus on the text view directl

Split TextView

2017-02-23 Thread Tuur Dutoit
Hello, I'm trying to make a simple word processor with GTK+, but I got stuck on a seemingly simple issue: I would like to break down the content in multiple pages, like Microsoft word and LibreOffice do, but I can't figure out how to do that. I have a few ideas, but they all sound very complica