shoes / shoes3

a tiny graphical app kit for ruby
http://walkabout.mvmanila.com
Other
179 stars 19 forks source link

Button colors #454

Closed JDsnyke closed 4 years ago

JDsnyke commented 4 years ago

How do I go about changing colors of the UI, especially buttons?

Thanks!

ccoupe commented 4 years ago

There are two answers. You can change some characteristics of native buttons - see this test code

If you want to change the background color or image then you'll have to build your own button out of images, background and click handler. See the wiki article.

JDsnyke commented 4 years ago

Thanks @ccoupe