Releases: whtiehack/wingui
Releases · whtiehack/wingui
v0.0.9
v0.0.8
examples: wowjump fix window focus problem in win11
action: update versions
v0.0.7
wowjump support vanilla client.
v0.0.6
fix commctrl const value,adjust tab control.
Edit, add OnChanged.
Dialog, add GetWidget method.
Dialog, add OnClose OnDestroy
// TODO: need fix value
LVM_FIRST = 0 // ListView messages
TV_FIRST = 0 // TreeView messages
HDM_FIRST = 0 // Header messages
v0.0.5
update examples.
winapi add api FlashWindow
v0.0.4
update examples.
0.0.3
simple widget done.
Now only have simple Button,Edit and Static label widgets.
Welcome PRs.