
09-05-2005, 11:18 PM
|
|
Graal Administration
|
Join Date: Jan 2000
Location: Admins
Posts: 11,693
|
|
|
e.g.
setIconSize(16,16);
rows[0].icon.drawimagerectangle(0,0,"playerlist_icons.png ",0,0,16,16);
You need to set the icon size, and then draw something into the icons of the rows. Each icon is a TDrawingPanel |
|
|
|