tailscale / walk

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

Add ability to request immediate layout and chain a callback func to notify completion #83

Closed dblohm7 closed 3 weeks ago

dblohm7 commented 2 months ago

If I need the dimensions of something but Walk hasn't laid out yet, I want to initiate that immediately. Furthermore, I want to be notified ASAP once the layout has completed.