[pygtk] TextView, set_tabs

2003-06-12 Thread Shaffer, Chris
I'm having a little trouble setting the tabs for a textview element (a least, I'm assuming that set_tabs() will allow me to change the number of spaces that consitute a 'tab' key press. Please, tell me if I'm wrong). Here is my code: tabs = pango.TabArray(4,pango.PANGO_TAB_LEFT)

Re: [pygtk] TextView, set_tabs

2003-06-12 Thread John Finlay
Try pango.TAB_LEFT Shaffer, Chris wrote: I'm having a little trouble setting the tabs for a textview element (a least, I'm assuming that set_tabs() will allow me to change the number of spaces that consitute a 'tab' key press. Please, tell me if I'm wrong). Here is my code: tabs =