View Single Post
  #8  
Old 04-22-2007, 02:02 AM
godofwarares godofwarares is offline
Webmaster
godofwarares's Avatar
Join Date: Dec 2006
Location: Florida
Posts: 552
godofwarares is on a distinguished road
Send a message via ICQ to godofwarares Send a message via AIM to godofwarares Send a message via MSN to godofwarares Send a message via Yahoo to godofwarares
Quote:
Originally Posted by Dionysus View Post
...
Also how do you use the GS2 Gui Tabs??? xD
PHP Code:
new GuiTabCtrl("Tabs")
{
     
profile "GuiBlueTabProfile";
     
position = { 0};
     
extent = { 20024 };

     
tabwidth 75;
     
     
clearrows();
     
addrow(0"Hello");

... Would create a tab called 'Hello'.
__________________
What signature? I see no signature?
Reply With Quote