Re: Does 'left-gravity' for text_mark work in windows to preserve selection bounds? (gtk2)

2018-07-17 Thread David C. Rankin
On 07/17/2018 11:12 PM, David C. Rankin wrote: > Is this a problem with gtk select_range under windows, or just the result of > windows selection being something gtk cannot interface with given the > different windows API? Uugh! Disregard. It does work and will affect the selection bounds in

Does 'left-gravity' for text_mark work in windows to preserve selection bounds? (gtk2)

2018-07-17 Thread David C. Rankin
All, I was implementing block comments in a Text/Sourceview Buffer in a function that is passed start and end iters representing the selection bounds, e.g. void buffer_comment_lines (kwinst *app, GtkTextIter *start, GtkTextIter *end) { (full c