DGS Functions and GUI Functions: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(9 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
<pageclass class="#0080F0" subcaption=""></pageclass> | |||
<div style="background: #C0D0FF; border: 3px solid #C0D0FF;"> | |||
This page shows the functions between '''[[Dgs|DGS]]''' and '''GUI'''. If you want to convert '''GUI''' to '''[[Dgs|DGS]]''', Please read following table.</div> | |||
{| class="wikitable" style="width: 800px; text-align: center; table-layout: fixed;" | |||
|- | |||
!GUI Functions | |||
!DGS Functions | |||
|- | |- | ||
|[[guiGetPosition]] | |[[guiGetPosition]] | ||
|[[dgsGetPosition]] | |[[dgsGetPosition]] | ||
|- | |- | ||
|[[ | |[[guiSetPosition]] | ||
|[[dgsSetPosition]] | |[[dgsSetPosition]] | ||
|- | |- | ||
Line 31: | Line 38: | ||
|[[dgsGetProperty]] | |[[dgsGetProperty]] | ||
|- | |- | ||
|[[ | |[[guiSetProperty]] | ||
|[[ | |[[dgsSetProperty]] | ||
|- | |- | ||
|[[guiGetProperties]] | |[[guiGetProperties]] | ||
|[[dgsGetProperties]] | |[[dgsGetProperties]] | ||
|- | |- | ||
|[[guiGetVisible]] | |[[guiGetVisible]] | ||
Line 79: | Line 83: | ||
|[[dgsCreateBrowser]] | |[[dgsCreateBrowser]] | ||
|- | |- | ||
|[[ | |[[guiCreateButton]] | ||
|[[dgsCreateButton]] | |[[dgsCreateButton]] | ||
|- | |- | ||
Line 127: | Line 131: | ||
|[[dgsEditSetReadOnly]] | |[[dgsEditSetReadOnly]] | ||
|- | |- | ||
|[[ | |[[guiEditIsReadOnly]] | ||
|[[dgsEditGetReadOnly]] | |[[dgsEditGetReadOnly]] | ||
|- | |- | ||
Line 133: | Line 137: | ||
|[[dgsEditSetMasked]] | |[[dgsEditSetMasked]] | ||
|- | |- | ||
|[[ | |[[guiEditIsMasked]] | ||
|[[dgsEditGetMasked]] | |[[dgsEditGetMasked]] | ||
|- | |- | ||
|[[guiCreateGridList]] | |[[guiCreateGridList]] | ||
Line 180: | Line 178: | ||
|[[guiGridListSetItemText]] | |[[guiGridListSetItemText]] | ||
|[[dgsGridListSetItemText]] | |[[dgsGridListSetItemText]] | ||
[[dgsGridListSetRowAsSection]] | |||
|- | |- | ||
|[[guiGridListGetItemText]] | |[[guiGridListGetItemText]] | ||
Line 202: | Line 201: | ||
|[[dgsGridListGetItemData]] | |[[dgsGridListGetItemData]] | ||
|- | |- | ||
|[[ | |[[guiGridListSetSelectionMode]] | ||
|[[dgsGridListSetSelectionMode]] | |[[dgsGridListSetSelectionMode]] | ||
|- | |- | ||
Line 294: | Line 293: | ||
|[[guiWindowSetMovable]] | |[[guiWindowSetMovable]] | ||
|[[dgsWindowSetMovable]] | |[[dgsWindowSetMovable]] | ||
|- | |||
|[[guiSetInputEnabled]] | |||
|[[dgsSetInputEnabled]] | |||
|} | |||
==See Also== | |||
[[DGS Events and GUI Events]] |
Latest revision as of 15:36, 16 May 2021
This page shows the functions between DGS and GUI. If you want to convert GUI to DGS, Please read following table.