[Gtk-sharp-list] Implementing CellRenderer

misleb@onshore.com misleb@onshore.com
Mon, 23 Feb 2004 12:03:32 -0600 (CST)


On 23 Feb, Mike Kestner wrote:
> On Mon, 2004-02-23 at 01:32, misleb@onshore.com wrote:
> 
>> Is there any documentation on implementing custom CellRenderers? 
> 
> You don't really need a custom CellRenderer for this.  Just pack a
> Pixbuf and text renderer into the same column.
> 

Heh, yeah, I gathered as much from the gunit source. It should have
been obvious. Problem was that I used a TreeView example that had me
creating the column with a single method,  AppendColumn(). It implied a
single cellrenderer for a column. 

-matthew