Re: TkInter Listbox Widget Formatting

2005-06-02 Thread Jeff Epler
This isn't an option in the stock Tk listbox or any of the alternatives I know of offhand (bwidget ListBox, TixTList). The TkTable widget, which can also display multiple columns, can select different justifications, either for the whole table, or for single cells. I've never used TkTable with Pyt

TkInter Listbox Widget Formatting

2005-06-02 Thread Kyle . Robertson
I've searched high and low, and I can't seem to find a way to center or right justify the text in a Listbox widget using TkInter.  The justify option is unrecognized.  Any options I'm missing, or a known work-around?   Thanks!   Kyle -- http://mail.python.org/mailman/listinfo/python-list