User contributions for Thisdp
Jump to navigation
Jump to search
11 August 2017
- 08:4408:44, 11 August 2017 diff hist −24 DgsComboBoxGetItemText →Example
- 08:4308:43, 11 August 2017 diff hist −18 DgsComboBoxClear →Example
- 08:4308:43, 11 August 2017 diff hist −48 DgsComboBoxSetSelectedItem →Example
- 08:4308:43, 11 August 2017 diff hist −12 DgsComboBoxGetSelectedItem →Example
- 08:4308:43, 11 August 2017 diff hist −62 DgsComboBoxSetItemColor →Example
- 08:4208:42, 11 August 2017 diff hist −62 DgsComboBoxGetItemColor →Example
- 08:4208:42, 11 August 2017 diff hist +1,744 N DgsComboBoxGetItemColor Created page with "{{Client function}} __NOTOC__ This function get the color of a comboBox item. ==Syntax== <syntaxhighlight lang="lua"> bool dgsDxComboBoxGetItemColor ( element comboBox, int..."
- 08:3608:36, 11 August 2017 diff hist 0 DgsCreateComboBox →Syntax
- 08:3608:36, 11 August 2017 diff hist +10 DgsCreateComboBox →Syntax
- 08:3108:31, 11 August 2017 diff hist +1,482 N DgsComboBoxSetItemColor Created page with "{{Client function}} __NOTOC__ This function changes the color of a comboBox item. ==Syntax== <syntaxhighlight lang="lua"> bool dgsDxComboBoxSetItemColor ( element comboBox,..."
- 08:2208:22, 11 August 2017 diff hist +4 DgsComboBoxSetSelectedItem →Example
- 08:2108:21, 11 August 2017 diff hist +2,161 N DgsComboBoxSetSelectedItem Created page with "{{Client function}} __NOTOC__ This function sets the selected item from a dgs combobox. ==Syntax== <syntaxhighlight lang="lua"> bool dgsDxComboBoxSetSelectedItem ( element c..."
- 08:1808:18, 11 August 2017 diff hist +1,068 N DgsComboBoxGetSelectedItem Created page with "{{Client function}} __NOTOC__ This function returns the index of the selected dgs combobox item. ==Syntax== <syntaxhighlight lang="lua"> int dgsDxComboBoxGetSelectedItem ( e..."
- 08:1608:16, 11 August 2017 diff hist +4 DgsComboBoxClear →Example
- 08:1508:15, 11 August 2017 diff hist +6 DgsComboBoxClear →Example
- 08:1508:15, 11 August 2017 diff hist +1,204 N DgsComboBoxClear Created page with "{{Client function}} __NOTOC__ This function removes all the items from a dgs combobox. ==Syntax== <syntaxhighlight lang="lua"> bool dgsDxComboBoxClear ( element comboBox ) <..."
- 08:0908:09, 11 August 2017 diff hist +1,017 N DgsComboBoxGetItemText Created page with "{{Client function}} __NOTOC__ This function retrieves the text from a specific dgs combobox item. ==Syntax== <syntaxhighlight lang="lua"> string dgsDxComboBoxGetItemText ( e..."
- 08:0708:07, 11 August 2017 diff hist +75 DgsComboBoxRemoveItem →Example
- 08:0608:06, 11 August 2017 diff hist +8 DgsComboBoxAddItem →Example
- 07:5807:58, 11 August 2017 diff hist +1 DgsComboBoxSetItemText →Example
- 07:5807:58, 11 August 2017 diff hist +1,053 N DgsComboBoxSetItemText Created page with "{{Client function}} __NOTOC__ This function changes the text of a dgs combobox item. ==Syntax== <syntaxhighlight lang="lua"> bool dgsDxComboBoxSetItemText ( element comboBox..."
- 07:5707:57, 11 August 2017 diff hist −197 GuiComboBoxSetItemText Undo revision 51860 by Thisdp (talk)
- 07:5607:56, 11 August 2017 diff hist +253 GuiComboBoxSetItemText No edit summary
- 07:5207:52, 11 August 2017 diff hist +919 N DgsComboBoxRemoveItem Created page with "{{Client function}} __NOTOC__ This function removes an item from a dgs combobox. ==Syntax== <syntaxhighlight lang="lua"> bool dgsDxComboBoxRemoveItem( element comboBox, int..."
- 07:5107:51, 11 August 2017 diff hist +841 N DgsComboBoxAddItem Created page with "{{Client function}} __NOTOC__ Adds an item to a combobox. ==Syntax== <syntaxhighlight lang="lua"> int dgsDxComboBoxAddItem( element comboBox, string value ) </syntaxhighligh..."
- 01:5701:57, 11 August 2017 diff hist +7 DgsCreateEdit →Example
- 01:5701:57, 11 August 2017 diff hist +4 DgsCreateButton →Example
9 August 2017
- 03:3203:32, 9 August 2017 diff hist +1,511 N DgsGridListAddColumn Created page with "{{Client function}} __NOTOC__ This function is used to create columns in grid lists. ==Syntax== <syntaxhighlight lang="lua"> int dgsDxGridListAddColumn ( element gridList, s..."
- 03:3003:30, 9 August 2017 diff hist −28 Template:DGSEVENTS No edit summary
- 03:2903:29, 9 August 2017 diff hist −1 OnDgsMouseLeave →Example
- 03:2903:29, 9 August 2017 diff hist +1,007 N OnDgsMouseEnter Created page with "{{Client event}} __NOTOC__ This event is fired when the user moves the mouse over a DGS element. ==Parameters== <syntaxhighlight lang="lua"> int absoluteX, int absoluteY, e..."
- 03:2703:27, 9 August 2017 diff hist +1,067 N OnDgsMouseLeave Created page with "{{Client event}} __NOTOC__ This event is fired when the user moves the mouse away from a DGS element. ==Parameters== <syntaxhighlight lang="lua"> int absoluteX, int absolut..."
- 03:2503:25, 9 August 2017 diff hist +1,333 N DgsGetChild Created page with "__NOTOC__ {{Client function}} This function returns one of the child dgs elements of a given parent dgs element. The child dgs element is selected by its index (0 for the fir..."
- 03:1503:15, 9 August 2017 diff hist +1,531 N DgsSetSize Created page with "{{Client function}} __NOTOC__ This function sets the dimensions (size) of a DGS element. It refers to the bounding box size for DGS elements. It does not make DGS elements sma..."
- 03:1503:15, 9 August 2017 diff hist +61 GuiSetSize No edit summary
- 03:1303:13, 9 August 2017 diff hist +1,025 N DgsGetSize Created page with "{{Client function}} __NOTOC__ This function gets the size of a DGS element. ==Syntax== <syntaxhighlight lang="lua"> float float dgsGetSize ( element theElement, bool relative..."
- 03:1203:12, 9 August 2017 diff hist +1,273 N DgsSetEnabled Created page with "{{Client function}} __NOTOC__ This function enables/disables a DGS element. A disabled DGS element can't be used, gets a gray aspect and doesn't receive any events. ==Syntax=..."
- 03:1203:12, 9 August 2017 diff hist −62 GuiSetEnabled Undo revision 51816 by Thisdp (talk)
- 03:1203:12, 9 August 2017 diff hist +118 GuiSetEnabled No edit summary
- 03:1003:10, 9 August 2017 diff hist +1,121 N DgsGetEnabled Created page with "{{Client function}} __NOTOC__ This function determines if a DGS element is enabled. ==Syntax== <syntaxhighlight lang="lua"> bool dgsDxGUIGetEnabled ( element guiElement ) </..."
- 03:0803:08, 9 August 2017 diff hist +1,882 N DgsSetVisible Created page with "{{Client function}} __NOTOC__ This function changes the visibility state of a DGS element. ==Syntax== <syntaxhighlight lang="lua"> bool dgsDxGUISetVisible ( element dgsEleme..."
- 03:0503:05, 9 August 2017 diff hist +1 DgsGetVisible No edit summary
- 03:0503:05, 9 August 2017 diff hist +1,080 N DgsGetVisible Created page with "{{Client function}} __NOTOC__ This function determines if a DGS element is visible. ==Syntax== <syntaxhighlight lang="lua"> bool dgsDxGUIGetVisible ( element guiElement ) </..."
- 03:0403:04, 9 August 2017 diff hist −60 GuiSetText Undo revision 51808 by Thisdp (talk)
- 03:0203:02, 9 August 2017 diff hist +1,918 N DgsGetText Created page with "{{Client function}} __NOTOC__ <!-- Describe in plain english what this function does. Don't go into details, just give an overview --> This function is used to get the text of..."
- 03:0003:00, 9 August 2017 diff hist +1,487 N DgsSetText Created page with "{{Client function}} __NOTOC__ This function sets the text of a DGS element. ==Syntax== <syntaxhighlight lang="lua"> bool dgsDxGUISetText ( element guiElement, string text )..."
- 02:5902:59, 9 August 2017 diff hist +114 GuiSetText No edit summary
- 02:5602:56, 9 August 2017 diff hist −2 DgsSetAlpha →Example
- 02:5602:56, 9 August 2017 diff hist −3 DgsSetAlpha →Example
- 02:5602:56, 9 August 2017 diff hist +1,483 N DgsSetAlpha Created page with "{{Client function}} __NOTOC__ This changes the alpha level (the visibleness/transparency) of a DGS element ==Syntax== <!-- NOTE: don't use 'special' names for variable names..."