Re: [pygtk] Subclassing GtkCellRenderer

2005-05-04 Thread Nikos Kouremenos
On 5/4/05, Richard Taylor <[EMAIL PROTECTED]> wrote: > On Wednesday 04 May 2005 11:33, Nikos Kouremenos wrote: > > On 5/4/05, Richard Taylor <[EMAIL PROTECTED]> wrote: > > > Hi > > > > > > I would like to put a Button in a ListView Cell. Am I correct that I need > > > to subclass GtkCellRenderer to

Re: [pygtk] Subclassing GtkCellRenderer

2005-05-04 Thread Richard Taylor
On Wednesday 04 May 2005 11:33, Nikos Kouremenos wrote: > On 5/4/05, Richard Taylor <[EMAIL PROTECTED]> wrote: > > Hi > > > > I would like to put a Button in a ListView Cell. Am I correct that I need > > to subclass GtkCellRenderer to do this? > > > > If I do need to subclass GtkCellRenderer are th

Re: [pygtk] Subclassing GtkCellRenderer

2005-05-04 Thread Nikos Kouremenos
On 5/4/05, Richard Taylor <[EMAIL PROTECTED]> wrote: > Hi > > I would like to put a Button in a ListView Cell. Am I correct that I need to > subclass GtkCellRenderer to do this? > > If I do need to subclass GtkCellRenderer are there any pygtk examples of how > to do it? have a look http://www.

[pygtk] Subclassing GtkCellRenderer

2005-05-04 Thread Richard Taylor
Hi I would like to put a Button in a ListView Cell. Am I correct that I need to subclass GtkCellRenderer to do this? If I do need to subclass GtkCellRenderer are there any pygtk examples of how to do it? I have looked at the C example in http://scentric.net/tutorial/treeview-tutorial.html but