Template:DXLIB FUNCTIONS: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
__NOTOC__
===<span style="color:##332170;text-shadow:0.05em 0.05em 0.2em blue;">General Functions</span>===
===<span style="color:##332170;text-shadow:0.05em 0.05em 0.2em blue;">General Functions</span>===
*[[dxlibrary-dxGetLibrary]]
*[[dxGetLibrary]]
*[[dxlibrary-dxGetScreen]]
*[[dxGetScreen]]
*[[dxlibrary-dxSet]]
*[[dxSet]]
*[[dxlibrary-dxGet]]
*[[dxGet]]
*[[dxlibrary-dxSetText]]
*[[dxSetText]]
*[[dxlibrary-dxSetTitle]]
*[[dxSetTitle]]
*[[dxlibrary-dxSetVisible]]
*[[dxSetVisible]]
*[[dxlibrary-dxSetEnabled]]
*[[dxSetEnabled]]
*[[dxlibrary-dxSetPosition]]
*[[dxSetPosition]]
*[[dxlibrary-dxGetPosition]]
*[[dxGetPosition]]
*[[dxlibrary-dxSetSize]]
*[[dxSetSize]]
*[[dxlibrary-dxGetSize]]
*[[dxGetSize]]
*[[dxlibrary-dxGetRootParent]]
*[[dxGetRootParent]]
*[[dxlibrary-dxSetColorBackground]]
*[[dxSetColorBackground]]
*[[dxlibrary-dxSetColorText]]
*[[dxSetColorText]]
*[[dxlibrary-dxSetColorSelected]]
*[[dxSetColorSelected]]
*[[dxlibrary-dxSetColorBorder]]
*[[dxSetColorBorder]]
*[[dxlibrary-dxFont]]
*[[dxFont]]
*[[dxlibrary-dxSetFont]]
*[[dxSetFont]]
*[[dxlibrary-dxGetText]]
*[[dxGetText]]
*[[dxlibrary-dxSetTitle]]
*[[dxSetTitle]]
*[[dxlibrary-dxGetTitle]]
*[[dxGetTitle]]


===<span style="color:###412891;text-shadow:0.05em 0.05em 0.2em purple;">Window</span>===
===<span style="color:###412891;text-shadow:0.05em 0.05em 0.2em purple;">Window</span>===
*[[dxlibrary-dxWindow]]
*[[dxWindow]]
*[[dxlibrary-dxWindowSetCloseState]]
*[[dxWindowSetCloseState]]
*[[dxlibrary-dxWindowGetCloseState]]
*[[dxWindowGetCloseState]]
 
===<span style="color:###412891;text-shadow:0.05em 0.05em 0.2em purple;">Button</span>===
*[[dxButton]]
 
===<span style="color:###412891;text-shadow:0.05em 0.05em 0.2em purple;">CheckBox</span>===
*[[dxCheckBox]]
*[[dxCheckBoxSetState]]
*[[dxCheckBoxGetState]]
 
===<span style="color:###412891;text-shadow:0.05em 0.05em 0.2em purple;">Edit</span>===
*[[dxEdit]]
*[[dxEditSetMasked]]
*[[dxEditSetMaxCharacters]]
 
===<span style="color:###412891;text-shadow:0.05em 0.05em 0.2em purple;">GridList</span>===
*[[dxGridList]]
*[[dxGridListAddItem]]
*[[dxGridListRemoveItem]]
*[[dxGridListAddColumn]]
*[[dxGridListRemoveColumn]]
*[[dxGridListGetItemSelected]]
*[[dxGridListSetItemSelected]]
*[[dxGridListGetScrollHV]]
 
===<span style="color:###412891;text-shadow:0.05em 0.05em 0.2em purple;">Image</span>===
*[[dxImage]]
*[[dxImageApplyMask]]
*[[dxImageRemoveMask]]
 
===<span style="color:###412891;text-shadow:0.05em 0.05em 0.2em purple;">Label</span>===
*[[dxLabel]]
 
===<span style="color:###412891;text-shadow:0.05em 0.05em 0.2em purple;">List</span>===
*[[dxList]]
*[[dxListAddItem]]
*[[dxListRemoveItem]]
*[[dxListGetItemSelected]]
*[[dxListSetItemSelected]]
*[[dxListSetItemSelected]]
*[[dxListSetColorFilaItem]]
 
===<span style="color:###412891;text-shadow:0.05em 0.05em 0.2em purple;">ProgressBar</span>===
*[[dxProgressBar]]
*[[dxProgressBarSetProgress]]
*[[dxProgressBarGetProgress]]
 
===<span style="color:###412891;text-shadow:0.05em 0.05em 0.2em purple;">ScrollBar</span>===
*[[dxScroll]]
*[[dxScrollGetCurrentPosition]]
*[[dxScrollSetColorButton]]

Latest revision as of 03:47, 11 May 2022