Re: [Tkinter-discuss] horizontal line in Text

2020-01-16 Thread Aivar Annamaa
You can try using bgstipple attribute of a tag (https://www.tcl.tk/man/tcl8.6/TkCmd/text.htm#M45): text.tag_configure(tag_name, bgstipple="@path/to/a/bitmap/containing/a/line.xbm") but unfortunately it doesn't work on macOS (https://wiki.tcl-lang.org/page/Tk+differences+on+Mac+OS+X) Be

Re: [Tkinter-discuss] horizontal line in Text

2020-01-16 Thread Vasilis Vlachoudis
Thanks Michael, I will give it a try Vasilis From: Tkinter-discuss [tkinter-discuss-bounces+vasilis.vlachoudis=cern...@python.org] on behalf of Michael Lange [klappn...@web.de] Sent: Thursday, January 16, 2020 17:56 To: tkinter-discuss@python.org Subjec

Re: [Tkinter-discuss] horizontal line in Text

2020-01-16 Thread Michael Lange
Hi, On Thu, 16 Jan 2020 13:14:08 + Vasilis Vlachoudis wrote: > Hi all, > > is it possible to draw a horizontal line in the Text() widget, something > like the in html, extending all over the widget. I have done this before with an embedded Frame widget, however changes to the Text widget s

[Tkinter-discuss] horizontal line in Text

2020-01-16 Thread Vasilis Vlachoudis
Hi all, is it possible to draw a horizontal line in the Text() widget, something like the in html, extending all over the widget. Vasilis ___ Tkinter-discuss mailing list Tkinter-discuss@python.org https://mail.python.org/mailman/listinfo/tkinter-discu