lc-soft / LCUI

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

Use enum type to represent the state of the widget #114

Closed lc-soft closed 6 years ago

lc-soft commented 6 years ago

At debug time, the state of the widget is an int value, not intuitive enough. Should use the enumeration type instead.

image

lc-soft commented 6 years ago

Done.

qq 20171117212403