mettli / guichan

Automatically exported from code.google.com/p/guichan
Other
0 stars 0 forks source link

Button (and perhaps other widgets) should be able to draw an image #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Widgets like Button, RadioButton and perhaps even CheckBox should be able
to draw an image given to them.

Original issue reported on code.google.com by olof.nae...@gmail.com on 24 Aug 2007 at 6:35

GoogleCodeExporter commented 9 years ago
An ImageButton has been added to Guichan. The rest of the widgets should stay as
simple as possible to ease making derived classes, and adding the ability for 
widgets
to draw an image complicates things (the place of the caption and the image 
needs to
be configurable, and there are a lot of cases...).

Original comment by olof.nae...@gmail.com on 25 Dec 2007 at 7:56