RE: best way to cutomize gtktextview

2006-06-14 Thread myasar
I have almost what I want using non-breaking spaces (U+00A0) except that I forgot an important detail: I'm using negative indentation (gtk_text_view_set_indent) inside my gtktextview ;-) So, the following blocks : _AAA_ A AA A AA A A A_BBB_ B B BB B _CCC_ C C C CC are displayed like : _AAA_ A AA

RE: best way to cutomize gtktextview

2006-06-10 Thread Mehmet YASAR
>And end block A with a zero-width space (U+200B). Please let us know >how this works out.. Thanks, I'm going to try this ... ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

RE: best way to cutomize gtktextview

2006-06-09 Thread Boncek, John
And end block A with a zero-width space (U+200B). Please let us know how this works out.. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Necas (Yeti) Sent: Friday, June 09, 2006 5:55 AM To: gtk-app-devel-list@gnome.org Subject: Re: best way to

Re: best way to cutomize gtktextview

2006-06-09 Thread Yeti
On Wed, Jun 07, 2006 at 05:42:00PM +0200, mehmet YASAR wrote: > I'm displaying "logical block" of text inside a gtktextview and I need to > control how it is displayed. > I'm mainly using gtktextview's line wrapping but I may insert some new line. > > Let suppose I have two blocks (A & B), the re