[Gtk-sharp-list] Inserting Pixbufs into a TreeView?
George Farris
farrisg@mala.bc.ca
07 Mar 2003 07:58:29 -0800
On Fri, 2003-03-07 at 03:39, Charles-Louis wrote:
> Solved the problem... the initialization of my TreeStore was incorrect.
>
> By adding
>
> new TreeStore ((int)TypeFundamentals.TypeString,
> (int)TypeFundamentals.TypeString,
> (int)TypeFundamentals.TypeObject)
>
> --> Object was required for pixbuf
> It worked...
>
This looks like a bug to me. If you want type Pixbuf then it should be
type Pixbuf.
>
--