GuiCreateTab

From Multi Theft Auto: Wiki
Revision as of 19:45, 22 June 2007 by JonChappell (talk | contribs)
Jump to navigation Jump to search

This function creates a tab on a pre-existing tab panel.

Syntax

element guiCreateTab ( text, parent )

Required Arguments

  • text: The caption for the tab
  • parent: The parent tab panel, as a tab panel element type

Returns

Returns a tab element if successful, false otherwise.

Example

This example does...

--This line does...
blabhalbalhb --abababa
--This line does this...
mooo

See Also

General functions

Browsers

Buttons

Checkboxes

Comboboxes

Edit Boxes

Gridlists

Memos

Progressbars

Radio Buttons

Scrollbars

Scrollpanes

Static Images

Tab Panels

Tabs

Text Labels

Windows