GuiCreateCheckBox

From Multi Theft Auto: Wiki
Revision as of 21:42, 14 September 2007 by Ransom (talk | contribs)
Jump to navigation Jump to search
Dialog-information.png This article needs checking.

Reason(s): The size specifications do not resize the checkbox buttons, yet they influence their positions on the GUI window. If the radio buttons are not going to be resizable, the sizing options should be turned off to avoid confusion --Ransom 16:25, 14 September 2007 (CDT)


This function creates a checkbox.

Syntax

element guiCreateCheckBox ( float x, float y, float width, float height, string text, bool selected, bool relative, parent element )

Required Arguments

  • argumentName: description

Optional Arguments

NOTE: When using optional arguments, you might need to supply all arguments before the one you wish to use. For more information on optional arguments, see optional arguments.

  • argumentName2: description
  • argumentName3: description

Returns

Returns true if blah, 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