You might want to start by looking at the source for
GtkCellRendererToggle or whatever is similar to what you want.
(gtk/gtkcellrenderertoggle.c in gtk+ codebase).

For many things, you can inherit and tweak them to work, but it's
rarely an enjoyable process.  The important thing is to return a
GtkCellEditable for start_editing.

-- Christian

On Fri, Jan 16, 2009 at 2:43 AM, Elmar Haneke <el...@haneke.de> wrote:
> How can I mak an Treeview show an custom Widget for cell editing. For
> displaying data an CellRendererText is sufficient.
>
> Where can I find examples for this topic?
>
> Elmar
>
> _______________________________________________
> Gtk-sharp-list maillist  -  Gtk-sharp-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
>
_______________________________________________
Gtk-sharp-list maillist  -  Gtk-sharp-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Reply via email to