View Single Post
  #1  
Old 10-13-2008, 07:52 PM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
Icons in GuiTabCtrl

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.
Reply With Quote