Looks like expose-event in Gtk/cairo.jl is incorrectly declared to return
Void (should be Cint), but otherwise, that is the correct signal for Gtk2.

However, note that the BinDeps deps.jl file ignores this configuration
option and must be deleted for it to work.


On Sun Jan 04 2015 at 6:06:01 AM Andreas Lobinger <lobing...@gmail.com>
wrote:

> I'm not sure, but if i change to gtk_version = 2 in ext.jl and run my code
> it imports and displays correctly. However,
> julia> using Winston
>
> julia> plot(rand(8,8))
>
> (julia:4874): GLib-GObject-WARNING **: /build/buildd/glib2.0-2.40.2/./
> gobject/gsignal.c:2462: signal 'expose-event' is invalid for instance
> '0x719f1f0' of type 'GtkDrawingArea'
>
> Winston.ini -> gtk
>
>
> On Sunday, January 4, 2015 11:55:46 AM UTC+1, Tobias Knopp wrote:
>>
>> Is Gtk2 still working for you (with Gtk.jl)? I tried this last week and
>> faced several issues until I gave up.
>>
>>

Reply via email to