Yes, I have already looked at the example. I question was how to pass a 
bunch of DataTypes from a dataframe to the @ListStore(). For example,

ls = @ListStore(Int64,Float64)

works, while

ls = @ListStore(tuple(eltypes(df)...)) does not. 

I was wondering whether there is a function in Gtk like tuple() in the 
above example that simplifies this.

On Tuesday, April 12, 2016 at 3:25:45 PM UTC-4, jonatha...@alumni.epfl.ch 
wrote:
>
> There's an example in the tests:
>
> https://github.com/JuliaLang/Gtk.jl/blob/master/test/gui.jl#L476
>
> So it seems like you need to declare your ListStore with the proper types, 
> and the iterate over your dataframe and push the data in.
>

Reply via email to