User contributions for Thisdp
Jump to navigation
Jump to search
29 October 2017
- 03:3103:31, 29 October 2017 diff hist −175 DgsGridListSetItemData No edit summary
- 03:3003:30, 29 October 2017 diff hist +74 DgsGridListGetItemData No edit summary
- 03:3003:30, 29 October 2017 diff hist +1,805 N DgsGridListSetItemData Created page with "{{Client function}} With this function you can retrieve the string data associated with an item in a dgs grid list. This is not the text that is displayed on the item, bu..."
- 03:2803:28, 29 October 2017 diff hist +43 DgsGridListGetItemData No edit summary
- 03:2703:27, 29 October 2017 diff hist 0 DgsGridListGetItemData No edit summary
- 03:2703:27, 29 October 2017 diff hist +2 DgsGridListGetItemData No edit summary
- 03:2503:25, 29 October 2017 diff hist −4 DgsCreateScrollBar →Example
- 03:2503:25, 29 October 2017 diff hist +7 DgsCreateScrollBar No edit summary
- 03:2503:25, 29 October 2017 diff hist +93 DgsCreateScrollBar →Required Arguments
- 03:2203:22, 29 October 2017 diff hist +3,235 N DgsCreateScrollBar Created page with "{{Client function}} __NOTOC__ This function allows creation of a DGS Scroll Bar. ==Syntax== <syntaxhighlight lang="lua"> element dgsDxCreateComboBox( float x, float y,float..."
28 October 2017
- 14:4314:43, 28 October 2017 diff hist +896 N DgsScrollPaneGetScrollBar Created page with "{{Client function}} __NOTOC__ This function gets two scroll bars of dgs scroll pane. ==Syntax== <syntaxhighlight lang="lua"> bool dgsDxScrollPaneGetScrollBar( element scroll..."
- 14:4114:41, 28 October 2017 diff hist +879 N DgsGridListGetScrollBar Created page with "{{Client function}} __NOTOC__ This function gets two scroll bars of dgs grid list. ==Syntax== <syntaxhighlight lang="lua"> bool dgsDxGridListGetScrollBar( element gridList )..."
- 14:3714:37, 28 October 2017 diff hist −28 DgsGridListClearRow →Example
- 14:3614:36, 28 October 2017 diff hist +1,418 N DgsGridListClearRow Created page with "{{Client function}} __NOTOC__ This function clears all the data from a dgs grid list. ==Syntax== <syntaxhighlight lang="lua"> bool dgsDxGridListClear ( element gridList ) </..."
- 14:3514:35, 28 October 2017 diff hist +1,932 N DgsGridListRemoveRow Created page with "{{Client function}} __NOTOC__ This allows you to delete rows that exist in grid lists. ==Syntax== <syntaxhighlight lang="lua"> bool dgsDxGridListRemoveRow ( element gridLis..."
- 14:3114:31, 28 October 2017 diff hist −1 DgsGridListAddRow →Syntax
- 14:3114:31, 28 October 2017 diff hist +27 DgsGridListAddRow No edit summary
- 14:3114:31, 28 October 2017 diff hist +431 DgsGridListAddRow No edit summary
- 12:4112:41, 28 October 2017 diff hist −1 DgsEditSetMaxLength →Required Arguments
- 12:4012:40, 28 October 2017 diff hist +1 DgsEditGetMaxLength →Syntax
- 12:4012:40, 28 October 2017 diff hist +6 DgsEditSetMaxLength No edit summary
- 12:3912:39, 28 October 2017 diff hist +697 N DgsEditGetMaxLength Created page with "__NOTOC__ {{Client function}} This function gets the maximum text length that can be typed into an edit box. ==Syntax== <syntaxhighlight lang="lua"> bool dgsDxEditGetMaxLen..."
- 12:2912:29, 28 October 2017 diff hist +990 N DgsRemoveEasingFunction Created page with "__NOTOC__ {{Client function}} This function allow us to remove easing functions we created by addEasingFunction. ==Syntax== <syntaxhighlight lang="lua"> bool removeEasin..."
- 12:2412:24, 28 October 2017 diff hist +1 DgsIsMoving No edit summary
- 12:2412:24, 28 October 2017 diff hist +1 DgsIsSizing No edit summary
- 12:2312:23, 28 October 2017 diff hist +1 DgsIsAlphaing No edit summary
- 12:2312:23, 28 October 2017 diff hist +836 N DgsAddEasingFunction Created page with "__NOTOC__ {{Client function}} This function allow us to add easing functions for DGS animation. ==Syntax== <syntaxhighlight lang="lua"> bool addEasingFunction ( string name,..."
- 12:0112:01, 28 October 2017 diff hist +2 DgsIsAlphaing →Syntax
- 11:4811:48, 28 October 2017 diff hist +707 N DgsStopAlphaing Created page with "__NOTOC__ {{Client function}} This function allow us to stop the alpha changing of dgs element. ==Syntax== <syntaxhighlight lang="lua"> bool dgsStopAlphaing ( element dgsEle..."
- 11:4611:46, 28 October 2017 diff hist +663 N DgsStopSizing Created page with "__NOTOC__ {{Client function}} This function allow us to stop the size changing of dgs element. ==Syntax== <syntaxhighlight lang="lua"> bool dgsStopSizing ( element dgsElemen..."
- 11:4411:44, 28 October 2017 diff hist +667 N DgsStopMoving Created page with "__NOTOC__ {{Client function}} This function allow us to stop the position changing of dgs element. ==Syntax== <syntaxhighlight lang="lua"> bool dgsStopMoving ( element dgsEl..."
- 11:4311:43, 28 October 2017 diff hist +875 N DgsIsAlphaing Created page with "__NOTOC__ {{Client function}} This function allow us to check whether the alpha of dgs element is being changed by dgsAlphaTo. ==Syntax== <syntaxhighlight lang="lua"> bo..."
- 11:3911:39, 28 October 2017 diff hist +832 N DgsIsSizing Created page with "__NOTOC__ {{Client function}} This function allow us to check whether the size of dgs element is being changed by dgsSizeTo. ==Syntax== <syntaxhighlight lang="lua"> bool..."
- 11:3811:38, 28 October 2017 diff hist +836 N DgsIsMoving Created page with "__NOTOC__ {{Client function}} This function allow us to check whether the position of dgs element is being changed by dgsMoveTo. ==Syntax== <syntaxhighlight lang="lua">..."
- 11:3211:32, 28 October 2017 diff hist +52 DgsSizeTo No edit summary
- 11:3211:32, 28 October 2017 diff hist +56 DgsMoveTo No edit summary
- 11:3111:31, 28 October 2017 diff hist +1 DgsAlphaTo No edit summary
- 11:3111:31, 28 October 2017 diff hist +1,412 N DgsAlphaTo Created page with "__NOTOC__ {{Client function}} This function allow us to add animation to dgs elements. Change alpha of dgs elements with animation effect. ==Syntax== <syntaxhighlight lang="..."
27 October 2017
- 16:2116:21, 27 October 2017 diff hist +2 Template:DGSFUNCTIONS →Memo
- 16:2116:21, 27 October 2017 diff hist +275 Template:DGSFUNCTIONS No edit summary
- 16:1916:19, 27 October 2017 diff hist +16 Template:DGSPROPERTIES No edit summary
- 16:1916:19, 27 October 2017 diff hist +30 Resource:DGS No edit summary
21 October 2017
- 10:0010:00, 21 October 2017 diff hist −1 Resource:DGS →Features
- 09:5909:59, 21 October 2017 diff hist +1 Resource:DGS →Features
- 09:5909:59, 21 October 2017 diff hist −43 Resource:DGS →Features
20 October 2017
- 15:1415:14, 20 October 2017 diff hist +39 Resource:DGS →Features
- 13:4513:45, 20 October 2017 diff hist +1 Resource:DGS →Features
14 October 2017
- 00:1500:15, 14 October 2017 diff hist +2 Resource:DGS →Features
- 00:1500:15, 14 October 2017 diff hist −1 Resource:DGS →Features
- 00:1500:15, 14 October 2017 diff hist +2 Resource:DGS →Features