KanzakiKino / w4d

Widgets Library for dlang.
GNU Lesser General Public License v3.0
6 stars 1 forks source link

Disabled, readonly, toggle buttons #4

Open WebFreak001 opened 6 years ago

WebFreak001 commented 6 years ago

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)

KanzakiKino commented 6 years ago

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