GtkInteract.jl icon indicating copy to clipboard operation
GtkInteract.jl copied to clipboard

Port of Interact.jl functionality with Gtk

Results 5 GtkInteract.jl issues
Sort by recently updated
recently updated
newest added

I tried with Immerse, inspectDR and Gadfly to add a image in a window with widgets, for example sliders. When i use the slider i get this error: MethodError: no...

I have a program, which could run for a very long time and generate a lot of pictures associated with different parameters. I want to use GtkInteract to visualize those...

To make a button with a callback utilizes a pattern like ``` b = button("click me") window(b) map(b) do args... println("clicked me") end ``` All good, but if things get...

I tried the `@manipulate` example in the README and got the following error: ``` ERROR: MethodError: `display` has no method matching display(::Gtk.GtkCanvas, ::Winston.FramedPlot) Closest candidates are: display(::AbstractString, ::Any) display(::TextDisplay, ::Any)...