Template:GUI functions: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
__NOTOC__
__NOTOC__
===GUI functions===
===General functions===
* [[guiBringToFront]]
* [[guiBringToFront]]
* [[getChatboxLayout]]
* [[getChatboxLayout]]
* [[guiCreateFont]]
* [[guiCreateFont]]
{{New items|3.0157|1.5.6|
* [[guiBlur]]
* [[guiFocus]]
|16361}}
* [[guiGetAlpha]]
* [[guiGetAlpha]]
* [[guiGetCursorType]]
* [[guiGetCursorType]]
Line 52: Line 56:
* [[guiComboBoxAddItem]]
* [[guiComboBoxAddItem]]
* [[guiComboBoxClear]]
* [[guiComboBoxClear]]
* [[guiComboBoxGetItemCount]]
* [[guiComboBoxGetItemText]]
* [[guiComboBoxGetItemText]]
* [[guiComboBoxGetSelected]]
* [[guiComboBoxGetSelected]]
* [[guiComboBoxIsOpen]]
* [[guiComboBoxRemoveItem]]
* [[guiComboBoxRemoveItem]]
* [[guiComboBoxSetItemText]]
* [[guiComboBoxSetItemText]]
* [[guiComboBoxSetOpen]]
* [[guiComboBoxSetSelected]]
* [[guiComboBoxSetSelected]]


===Edit Fields===
===Edit Boxes===
* [[guiCreateEdit]]
* [[guiCreateEdit]]
* [[guiEditGetCaretIndex]]
* [[guiEditGetCaretIndex]]
Line 90: Line 97:
* [[guiGridListGetSelectedItem]]
* [[guiGridListGetSelectedItem]]
* [[guiGridListGetSelectedItems]]
* [[guiGridListGetSelectedItems]]
{{New items|3.0157|1.5.6|
* [[guiGridListGetSelectionMode]]
* [[guiGridListIsSortingEnabled]]
|16204}}
* [[guiGridListGetVerticalScrollPosition]]
* [[guiGridListGetVerticalScrollPosition]]
* [[guiGridListInsertRowAfter]]
* [[guiGridListInsertRowAfter]]
Line 167: Line 178:
===Windows===
===Windows===
* [[guiCreateWindow]]
* [[guiCreateWindow]]
{{New items|3.0156|1.5.5|
* [[guiWindowIsMovable]]
* [[guiWindowIsSizable]]
|13823}}
* [[guiWindowSetMovable]]
* [[guiWindowSetMovable]]
* [[guiWindowSetSizable]]
* [[guiWindowSetSizable]]

Revision as of 15:00, 29 May 2019

General functions

Browsers

Buttons

Checkboxes

Comboboxes

Edit Boxes

Gridlists

Memos

Progressbars

Radio Buttons

Scrollbars

Scrollpanes

Static Images

Tab Panels

Tabs

Text Labels

Windows