Image Buttons?
BlitzMax Forums/MaxGUI Module/Image Buttons?| 
 | ||
| Hello, How do you add image to buttons? Thanks | 
| 
 | ||
| SetGadgetPixmap() . Alternative is to use panels as buttons for more graphical options. -Henri | 
| 
 | ||
| I did use SetGadgetPixmap, but it doesn't work. What could be missing? | 
| 
 | ||
|   What could be missing?  An image loader? (e.g. PNGLoader) Or there is an error in your code. | 
| 
 | ||
| Ok, thanks for the advice! |