Re: [julia-users] using Gtk.jl?

2014-12-31 Thread Tobias Knopp
Yes this is really handy for developing UIs for interactive plotting / visualization. One can plot all Winston graphics into a Gtk canvas and as such amend the plot with buttons, sliders and so on. Works great! Am Mittwoch, 31. Dezember 2014 12:56:48 UTC+1 schrieb Andreas Lobinger: > > btw: als

Re: [julia-users] using Gtk.jl?

2014-12-31 Thread Andreas Lobinger
btw: also Winston.jl uses gtk.jl after enabling it in the Winston.ini On Tuesday, December 30, 2014 3:00:39 PM UTC+1, Tim Holy wrote: > > Do a `git checkout gtk` to check out the gtk branch. > > --Tim > >

Re: [julia-users] using Gtk.jl?

2014-12-30 Thread Isaiah Norton
Thanks, Tim! Didn't realize that wasn't merged. On Tue, Dec 30, 2014 at 9:00 AM, Tim Holy wrote: > Do a `git checkout gtk` to check out the gtk branch. > > --Tim > > On Tuesday, December 30, 2014 05:56:07 AM Andreas Lobinger wrote: > > Hello colleague, > > > > On Tuesday, December 30, 2014 2:46:

Re: [julia-users] using Gtk.jl?

2014-12-30 Thread Tim Holy
Do a `git checkout gtk` to check out the gtk branch. --Tim On Tuesday, December 30, 2014 05:56:07 AM Andreas Lobinger wrote: > Hello colleague, > > On Tuesday, December 30, 2014 2:46:40 PM UTC+1, Isaiah wrote: > > "ImageView" (on my phone...) > > but if ImageView uses Gtk, then why grep -R fai

Re: [julia-users] using Gtk.jl?

2014-12-30 Thread Andreas Lobinger
Hello colleague, On Tuesday, December 30, 2014 2:46:40 PM UTC+1, Isaiah wrote: > > "ImageView" (on my phone... > if ImageView uses Gtk, then why does lobi@orange4:~/.julia/v0.3/METADATA/ImageView/versions$ grep -R "Gtk None while lobi@orange4:~/.julia/v0.3/METADATA/ImageView/versions$ grep -

Re: [julia-users] using Gtk.jl?

2014-12-30 Thread Andreas Lobinger
Hello colleague, On Tuesday, December 30, 2014 2:46:40 PM UTC+1, Isaiah wrote: > > "ImageView" (on my phone...) > but if ImageView uses Gtk, then why grep -R fails? lobi@orange4:~/.julia/v0.3/METADATA/ImageView/versions$ grep -R "Gtk" None0.1.2/requires:Tk 0.0.23/requires:Tk 0.0.2/requires:Tk 0

Re: [julia-users] using Gtk.jl?

2014-12-30 Thread Isaiah Norton
"ImageView" (on my phone...) On Dec 30, 2014 8:45 AM, "Isaiah Norton" wrote: > Tobias K. (tknopp on github) has an unregistered package called Julietta. > ImaveView has an optional Gtk dependency. > On Dec 30, 2014 8:39 AM, "Andreas Lobinger" wrote: > >> Hello colleagues, >> >> i tried to grep

Re: [julia-users] using Gtk.jl?

2014-12-30 Thread Isaiah Norton
Tobias K. (tknopp on github) has an unregistered package called Julietta. ImaveView has an optional Gtk dependency. On Dec 30, 2014 8:39 AM, "Andreas Lobinger" wrote: > Hello colleagues, > > i tried to grep METADATA, but somehow the only package to require Gtk.jl > seems to be GtkSourceWidget.jl.

[julia-users] using Gtk.jl?

2014-12-30 Thread Andreas Lobinger
Hello colleagues, i tried to grep METADATA, but somehow the only package to require Gtk.jl seems to be GtkSourceWidget.jl. Can anyone here report a package that uses Gtk.jl, especially the signal_connect functions? I'm somehow stuck, and some code that works would be great inspiration... Wishi