Of course, but the julia function gtk_main
just immediately ccall
s into libgtk itself.
where to from there I’m not sure, but it seems like we have the situation gtk_main(julia) -> gtk_main(C) -> C -> ... -> C -> julia_callback
Of course, but the julia function gtk_main
just immediately ccall
s into libgtk itself.
where to from there I’m not sure, but it seems like we have the situation gtk_main(julia) -> gtk_main(C) -> C -> ... -> C -> julia_callback