JuliaGraphics / Gtk.jl

Julia interface to Gtk windowing toolkit.
Other
287 stars 80 forks source link

Please add a wrapper for the function gtk_window_move #661

Open ufechner7 opened 2 years ago

ufechner7 commented 2 years ago

This is it: https://docs.gtk.org/gtk3/method.Window.move.html

I could not find it anywhere.

ufechner7 commented 2 years ago

This function seams to work: G_.position(win, 800, 400)

So again, this is mainly a documentation issue.