Re: [pygtk] [Glade-users] how to override Glade editor winndow background

2012-12-11 Thread Nox Deleo
I was trying simething like this a few weeks back, and was having problems loading images from the right path. Try putting them in the same directory as your glade file and repoint the widgets to the new image path. On Dec 11, 2012 7:29 AM, "Chris Morley" wrote: > > I am trying to make a custom w

Re: [pygtk] Query regarding "clickable" property for a Gtk.TreeViewColumn

2012-12-11 Thread Timo
Op 11-12-12 09:02, Ajay Garg schreef: On Tue, Dec 11, 2012 at 1:30 PM, Simon Feltman > wrote: The docs say the set_clickable only affects the column header. Is this what you are seeing? You mean just the first row? If yes, even that is not taking effect.

Re: [pygtk] Query regarding "clickable" property for a Gtk.TreeViewColumn

2012-12-11 Thread Ajay Garg
On Tue, Dec 11, 2012 at 1:30 PM, Simon Feltman wrote: > The docs say the set_clickable only affects the column header. Is this > what you are seeing? > You mean just the first row? If yes, even that is not taking effect. > -Simon > On Dec 10, 2012 11:09 PM, "Ajay Garg" wrote: > >> >> >> On T

Re: [pygtk] Query regarding "clickable" property for a Gtk.TreeViewColumn

2012-12-11 Thread Simon Feltman
The docs say the set_clickable only affects the column header. Is this what you are seeing? -Simon On Dec 10, 2012 11:09 PM, "Ajay Garg" wrote: > > > On Tue, Dec 11, 2012 at 2:51 AM, Marco Antonio Islas Cruz < > mar...@islascruz.org> wrote: > >> Hi Ajay, >> >> Why don't ju just use gtk.TreeView.