GuiWindowSetMovable: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
(No difference)

Revision as of 03:47, 21 December 2006

This function allows you to specify whether or not a user can move a GUI window.

Syntax

bool guiWindowSetMovable ( element theElement, bool status )

Required Arguments

  • theElement: The window to be changed.
  • status: A boolean value indicating whether the window is movable or not.

Returns

Returns true if the function is 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