JuliaGizmos/Blink.jl

How to use Blink.Window()

Opened this issue · 2 comments

There are many parameters that can be set when creating a window.
Please provide an example where width=200 and height=100 when using Blink.Window().

using Blink
win = Window(Dict(:width=>200, :height=>100))

It's OK? (Sorry. I'm not good at English.)

Yes, @ujimushi, I think that's what the original poster was asking for. This should be included in the documentation!