Quote:
Originally Posted by Dionysus
...
Also how do you use the GS2 Gui Tabs??? xD
|
PHP Code:
new GuiTabCtrl("Tabs")
{
profile = "GuiBlueTabProfile";
position = { 0, 0 };
extent = { 200, 24 };
tabwidth = 75;
clearrows();
addrow(0, "Hello");
}
... Would create a tab called 'Hello'.