Re: [pygtk] Method set_wrap_mode of widget TextView

2011-04-29 Thread craf
>-Mensaje original- >De: Giuseppe Penone >Para: craf >Cc: Python Pygtk >Asunto: Re: [pygtk] Method set_wrap_mode of widget TextView >Fecha: Fri, 29 Apr 2011 22:48:27 +0200 >As you can read from the reference page >(http://www.pygtk.org/pygtksourceview/class-gtksourceview.html), >class

Re: [pygtk] Method set_wrap_mode of widget TextView

2011-04-29 Thread Giuseppe Penone
As you can read from the reference page ( http://www.pygtk.org/pygtksourceview/class-gtksourceview.html), class gtksourceview.SourceView(gtk.TextView): gtksourceview.SourceView (*buffer*=None) gtksourceview.

[pygtk] Method set_wrap_mode of widget TextView

2011-04-29 Thread craf
Hi. Anyone know if the method of widget gtk.TextView (set_wrap_mode) , can be applied also to widget gtksourceview? Regards. Cristian AbarzĂșa F. ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ:

[pygtk] Grid of Clickable Images

2011-04-29 Thread Shrihari Sankaran
Hello, I'm fairly new to PyGTK. Just getting started. I've worked with wxPython in the past. I'm trying to create a grid of clickable images. Like this one: http://getmoviemonkey.com/img/screen1.jpg I managed to get the image grid using IconView. But, i

[pygtk] Autocomplete in Widget ComboBoxEntry

2011-04-29 Thread craf
Hi. There a way to assign the event autocomplete to a widget ComboBoxEntry? Thanks in advance. Regards Cristian ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/