Re: [pygtk] Number lines in a textview control

2011-04-28 Thread Giuseppe Penone
you have to use gtksourceview rather than gtktextview: http://www.pygtk.org/pygtksourceview/class-gtksourceview.html#method-gtksourceview--set-show-line-numbers cheers, Giuseppe. http://www.pygtk.org/pygtksourceview/class-gtksourceview.html#method-gtksourceview--set-show-line-numbers On Wed, Apr

Re: [pygtk] Number lines in a textview control

2011-04-28 Thread craf
you have to use gtksourceview rather than gtktextview: http://www.pygtk.org/pygtksourceview/class-gtksourceview.html#method-gtksourceview--set-show-line-numbers cheers, Giuseppe. Hi Giuseppe. Thank for the information! Regards cristian ___ pygtk

[pygtk] Porting to Intospection

2011-04-28 Thread Avi Levy
Hi all, I am new here so I'm not sure what is considered ontopic. I am trying to get familiar with the new additions in gtk3 and pygobject by porting an application written using gtk2 and no introspection, and libglade interfaces. I've run into some snags and used some dirty fixes. Not sure if

Re: [pygtk] Porting to Intospection

2011-04-28 Thread Tomeu Vizoso
On Thu, Apr 28, 2011 at 18:49, Avi Levy avi...@gmail.com wrote: Hi all, I am new here so I'm not sure what is considered ontopic. I am trying to get familiar with the new additions in gtk3 and pygobject by porting an application written using gtk2 and no introspection, and libglade