JuliaGizmos / Blink.jl

Web-based GUIs for Julia
Other
360 stars 75 forks source link

How to use Blink.Window() #316

Open barygold opened 11 months ago

barygold commented 11 months ago

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().

ujimushi commented 10 months ago
using Blink
win = Window(Dict(:width=>200, :height=>100))

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

Vectornaut commented 3 months ago

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