I believe you need to set the icon size in the GuiTabCtrl before the icons will appear. You would use
seticonsize(width, height). Now then, the icon variable in each row is a TDrawingPanel, which means you for each row you would do
icon.drawimage(x, y, filename).
http://wiki.graal.net/index.php/Crea...ent/GuiTabCtrl