lc-soft / LCUI

C library for building user interfaces
https://lcui-dev.github.io
MIT License
4.15k stars 357 forks source link

[gui] add the disabled attribute support for button and textedit on xml #109

Closed lc-soft closed 6 years ago

lc-soft commented 7 years ago

Example:

<w type="button" disabled="true">disabled button</w>