mettli / guichan

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

Add a row height attribute to the list box #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
A row height attribute should specify the height of each row so a list box
can be drawn with a row height different from the font height. If the row
height is greater than the font height the row should be drawn with a
centered vertical alignment.

Original issue reported on code.google.com by olof.nae...@gmail.com on 8 Feb 2008 at 4:21

GoogleCodeExporter commented 9 years ago
A method for getting the height of a row has been added. The method can easily 
be
overridden if another row height than the font row height is preferred.

Original comment by olof.nae...@gmail.com on 26 Feb 2008 at 5:38