Re: customized alignment in gtk text view

2017-06-01 Thread Christian Hergert
You likely have an issue with variable font sizing. Use gtk_text_view_set_monospace() to use a fixed width font. Also, this mailing list is for development of gtk. Use the gtk-app-devel list in the future. On June 1, 2017 6:10:37 AM PDT, Karan Ahuja wrote: >Hi > >I

Re: customized alignment in gtk text view

2017-06-01 Thread Karan Ahuja
Hey Florian and group, Thank you man. I did not know about tab stops. This looks really good. I shall try this out. Best Regards, Karan Ahuja On Thu, Jun 1, 2017 at 6:51 PM, Florian Müllner wrote: > Hey, > > this is not a question about the development of GTK+, but

Re: customized alignment in gtk text view

2017-06-01 Thread Florian Müllner
Hey, this is not a question about the development of GTK+, but about using GTK+ for app development - gtk-app-devel-list is a better place for this, so moving there. On Thu, Jun 1, 2017 at 3:10 PM Karan Ahuja wrote: > > I wish to display 3 lines in gtk textview as

customized alignment in gtk text view

2017-06-01 Thread Karan Ahuja
Hi I wish to display 3 lines in gtk textview as below software-lumapix +2000 software-adigiprints +3000 software-yst +3000 on command line i see the strings as above as required. but when i