Peter Finderup Lund <[EMAIL PROTECTED]> writes: 
> > There's also a Unicode line separator (which forces a line break
> > inside a single paragraph).
> 
> Why isn't this one used instead or together with 0x2029?

You mean in the text widget? The "lines" in the text widget are
actually paragraphs. Meaning they may wrap to multiple lines. The line
separator char just affects how paragraphs wrap, i.e. it separates
lines in a paragraph.

The GtkText* API is technically misnamed, it maybe needs an
s/line/paragraph/ pass, but hey. For lines that actually appear as
single lines, the API uses "display_line."

Havoc

_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to