Hi, I'm trying to change the default tab width in a TextView widget from 8 spaces to something less dramatic. >From the GTK Docs, I'm supposed to create a new pango.TabArray object and set tab width there, but everytime I try to create one I get: NotImplementedError: pango.TabArray is an abstract widget
So I tried creating my own class based on TabArray, didn't work, same error. So I'm stuck,, Is there another way ? Thx BTW I'm using 1.99.12 - - -- ---- ----------------------------------------- --- -- - - Ahmad Baitalmal BitBuilder web: http://www.bitbuilder.com - - -- ---- -------------------------------------------------------------- --- -- - - _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
