[Gtk-sharp-list] Treeview with custom Edit widget.

Christian Hergert christian.hergert at gmail.com
Fri Jan 16 06:02:01 EST 2009


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 <elmar at 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 at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
>


More information about the Gtk-sharp-list mailing list