There are some vars and functions concerning the icon width and height in GuiTabCtrl, though I didnt find any way to actually set an icon. How the hell do I do that?
Edit: I guess doing something like this:
PHP Code:
with (addRow(1, "Foo")) {
icon = "bar.png";
}
Would do the trick. Working on something else though, will test this in a couple of minutes.