Julia & Gtk on Atom

Background:
I am new to Julia and trying to develop a GUI using Gtk. I added the Gtk toolkit package the my Atom, but I am facing some issues in how to properly code the widgets to my windows in Julia.
Questions:
-How do I include @GtkPaned into my window and add widgets into it?
-Are there any references where I can find Gtk widgets in Julia?

Many Thanks!

There are some Gtk usage examples with GtkReactive.jl, ImageView.jl, and Immerse.jl. Hopefully that helps?

1 Like