AddTab

From IfsoGUIWiki

Jump to: navigation, search

Contents

Declaration

AddTab(strText:String, strTip:String = “”, intWidth:Int = 0, intIndex:Int = -1)
Adds a tab.

Returns

Nothing

Parameters

  • strText:String - The text in the tab.
  • strTip:String - The tip for the tab.
  • intWidth:Int - The width of the tab. This does nothing if AutoSize is on. Defaults to 0, which tells the tab to be sized to a minimum size taking its text into account.
  • intIndex:Int - What index to insert at. Defaults to -1, which means to add it at the end.

Gadget Information

Pertains to Tabber.

Example

Personal tools