Does not work anymore (after updating):
_
_ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: http://docs.julialang.org
_ _ _| |_ __ _ | Type "help()" to list help topics
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 0.3.0-prerelease+741 (2013-12-30 07:22
UTC)
_/ |\__'_|_|_|\__'_| | Commit 941c6e3 (0 days old master)
|__/ | i686-linux-gnu
julia> using Gtk
julia> c = Gtk.Canvas(500,500);
julia> w = Gtk.Window(c,"a",500,500);
julia> c1 = c.backcc;
julia> move_to(c1,100.0,100.0)
ERROR: invalid base 10 digit '.' in "100.0"
julia>