ItemsList can now use clipping too. As a result, the "items" option for ItemsList...
commit59d02d10280118686fb98bd1534f3540449564c4
authorHominem te esse <hominem.te.esse@googlemail.com>
Sat, 5 Mar 2011 21:10:20 +0000 (5 22:10 +0100)
committerHominem te esse <hominem.te.esse@googlemail.com>
Sat, 5 Mar 2011 21:10:20 +0000 (5 22:10 +0100)
treecc0f28d1018c799f85b6f912e1d06a4dff0ce662
parent27f2441772d8c4ccdb2f9d56a8ac09ffcdafdf4d
ItemsList can now use clipping too. As a result, the "items" option for ItemsList has been removed. Now to limit the number of items being displayed, specify a "height" value.

Without a "width" definition, there will be no clipping applied to the items/games names
Without a "height" definition, the number of items displayed are pre-calculated according to the screen height
Example:

main4:
type=ItemsList
x=65
y=145
width=285
height=270
src/themes.c