From: soxinbox Date: 2005-10-26T11:07:02+09:00 Subject: FxRuby: changing button icon I was going through the button.rb example of FXRuby and got curious. I tried adding another radial button to select the icon that is displayed on the image. The FXButton doesn't give you visibility to the icon, so I tried adding it into the FXButton class. Now I could change the icon but the screen depiction didn't change ( I didn't really expect this to work). Is there a way to change the button icon on the fly, or a should I delete the button and add a new one, or should I have 4 or so buttons, but only one visible? P.S. As you may have surmised, I am new to FXRuby.