KanzakiKino / w4d

Widgets Library for dlang.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disabled, readonly, toggle buttons

WebFreak001 opened this issue · comments

Disabled buttons should be grayed out and not clickable
Readonly buttons should just be not clickable
Toggle buttons stay pressed when you click them (much like checkboxes, just rendered as buttons)

I think toggle buttons shouldn't be rendered as buttons. Because it's not easy to understand if it's on or off.
So I'm going to implement them that are like Android's.
ToggleButton in Android