tailscale / walk

A Windows GUI toolkit for the Go Programming Language
Other
32 stars 5 forks source link

add support for immediate layout and plumb completion function throug… #91

Closed dblohm7 closed 3 weeks ago

dblohm7 commented 2 months ago

…hout layout

Sometimes the application programmer wants layout to occur sooner than walk wants to do it. Furthermore, the app might want to know when layout has completed.

In this PR we add support for immediate layout, and we also add new APIs that allow us to specify a callback function to notify us when layout is complete.

Fixes https://github.com/tailscale/walk/issues/83