User contributions for Thisdp

Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View (newer 500 | ) (20 | 50 | 100 | 250 | 500)

12 May 2024

5 May 2024

  • 07:5107:51, 5 May 2024 diff hist −1,388 DgsCreateQuadNo edit summary current
  • 07:5107:51, 5 May 2024 diff hist 0 N File:DGS Quadrilateral 1.pngNo edit summary current
  • 07:5007:50, 5 May 2024 diff hist −12 DgsCreateQuadNo edit summary
  • 07:4507:45, 5 May 2024 diff hist +3,242 N DgsCreateQuadCreated page with "__NOTOC__ {{Client function}} <span style="color:#FF0000;text-shadow:black 0.1em 0.1em 0.6em;">>>>Warning: This feature requires pixel shader model 2_a<<<</span> This function creates a quadrilateral shader that can be used for dgs elements. ==Syntax== <syntaxhighlight lang="lua"> element dgsCreateQuad( table corners [, int color = 0xFFFFFFFF, texture background = nil, bool colorOverwritten = true ] ) </syntaxhighlight> Image:DGS_Rounded_Rectangle.png|300px|thumb..."

24 March 2024

20 March 2024

18 March 2024

11 March 2024

10 March 2024

13 February 2024

12 February 2024

11 February 2024

15 November 2023

  • 02:4302:43, 15 November 2023 diff hist +912 N DgsGradientSetColorCreated page with "__NOTOC__ {{Client function}} This function sets the color of the dgs gradient plugin. ==Syntax== <syntaxhighlight lang="lua"> bool dgsGradientSetColor( element gradShader, int colorFrom, int colorTo ) </syntaxhighlight> ===Required Arguments=== *'''gradShader:''' The dgs gradient you want to set. *'''colorFrom''': Gradient color 1. ( Left side when '''rotation''' is 0 ) *'''colorTo ''': Gradient color 2. ( Right side when '''rotation''' is 0 ) ===Returns=== Return..." current

8 November 2023

5 November 2023

5 October 2023

1 October 2023

21 September 2023

8 September 2023

3 September 2023

1 September 2023

30 August 2023

16 August 2023

15 August 2023

13 August 2023

12 August 2023

5 August 2023

4 August 2023

31 July 2023

27 July 2023

18 July 2023

17 July 2023

16 July 2023

30 June 2023

11 June 2023

6 March 2023

1 March 2023

11 February 2023

5 February 2023

4 February 2023

1 February 2023

29 January 2023

28 January 2023

17 January 2023

16 January 2023

13 January 2023

  • 12:3212:32, 13 January 2023 diff hist +803 N OnDgsKeyCreated page with "{{Client event}} __NOTOC__ This event will be triggered when any key is pressed with a DGS element focused. ==Parameters== * '''button''': This refers the button pressed. See key names for a list of keys. * '''pressOrRelease''': This refers to whether they were pressing or releasing the key, ''true'' when pressing, ''false'' when releasing. ==Source== The source of this event is the DGS element which is focused. ==Example== <syntax..." current
  • 12:2712:27, 13 January 2023 diff hist +14 Template:DGS Events/GeneralNo edit summary

12 January 2023

10 January 2023

9 January 2023

8 January 2023

24 December 2022

22 December 2022

20 December 2022

7 November 2022

6 November 2022

3 November 2022

  • 15:1215:12, 3 November 2022 diff hist +107 Dgs-dxedit→‎autoCompleteShow
  • 14:2014:20, 3 November 2022 diff hist +478 Dgs-dxscrollpane→‎moveHardness
  • 14:1614:16, 3 November 2022 diff hist +597 Dgs-dxscrollpane→‎Properties
  • 14:1014:10, 3 November 2022 diff hist +317 Dgs-dxgridlist→‎rowShadow
  • 14:0014:00, 3 November 2022 diff hist +1,056 N DgsWindowGetTextSizeCreated page with "{{Client function}} __NOTOC__ This function retrieves the theoretical width and height (in pixels) of a certain piece of title text of dgs window. ==Syntax== <syntaxhighlight lang="lua"> float, float dgsWindowGetTextSize( element theWindow ) </syntaxhighlight> ===Required Arguments=== *'''theWindow:''' The window of whose text you wish to retrieve the width and height. ===Returns=== Returns two floats representing the width and height of the text in pixels. ==Examp..." current
  • 13:5513:55, 3 November 2022 diff hist +1,142 N DgsWindowGetFontHeightCreated page with "{{Client function}} __NOTOC__ This function returns the height of the font currently used in title text of a DGS window. ==Syntax== <syntaxhighlight lang="lua"> float dgsWindowGetFontHeight ( element theWindow ) </syntaxhighlight> ===Required Arguments=== *'''theWindow:''' The window to get the font height from. ===Returns=== Returns the absolute height of the font currently used in the window if the function is successful, ''false'' otherwise. ==Example== This ex..." current
  • 13:5413:54, 3 November 2022 diff hist −30 DgsWindowGetTextExtent→‎Example current
  • 13:5213:52, 3 November 2022 diff hist +1,129 N DgsButtonGetFontHeightCreated page with "{{Client function}} __NOTOC__ This function returns the height of the font currently used in a DGS button. ==Syntax== <syntaxhighlight lang="lua"> float dgsButtonGetFontHeight ( element theButton ) </syntaxhighlight> ===Required Arguments=== *'''theButton:''' The button to get the font height from. ===Returns=== Returns the absolute height of the font currently used in the button if the function is successful, ''false'' otherwise. ==Example== This example creates..." current
  • 13:5113:51, 3 November 2022 diff hist +1,138 N DgsButtonGetTextExtentCreated page with "{{Client function}} __NOTOC__ This function returns the extent, or width, of the current text inside a DGS button. ==Syntax== <syntaxhighlight lang="lua"> float dgsButtonGetTextExtent ( element theButton ) </syntaxhighlight> ===Required Arguments=== *'''theButton:''' The button to get the text extent from. ===Returns=== Returns the absolute width of the current text inside the button if the function is successful, ''false'' otherwise. ==Example== This example crea..." current
  • 13:5013:50, 3 November 2022 diff hist +1,027 N DgsButtonGetTextSizeCreated page with "{{Client function}} __NOTOC__ This function retrieves the theoretical width and height (in pixels) of a certain piece of text of dgs button. ==Syntax== <syntaxhighlight lang="lua"> float, float dgsButtonGetTextSize( element theButton ) </syntaxhighlight> ===Required Arguments=== *'''theButton:''' The button of whose text you wish to retrieve the width and height. ===Returns=== Returns two floats representing the width and height of the text in pixels. ==Example==..." current
  • 13:4913:49, 3 November 2022 diff hist +1 DgsWindowGetTextExtent→‎Example
  • 13:4913:49, 3 November 2022 diff hist +1,176 N DgsWindowGetTextExtentCreated page with "{{Client function}} __NOTOC__ This function returns the extent, or width, of the current title text of a DGS window. ==Syntax== <syntaxhighlight lang="lua"> float dgsWindowGetTextExtent ( element theWIndow ) </syntaxhighlight> ===Required Arguments=== *'''theWIndow:''' The window to get the title text extent from. ===Returns=== Returns the absolute width of the the current title text of a DGS window if the function is successful, ''false'' otherwise. ==Example== T..."

31 October 2022

16 October 2022

28 August 2022

12 August 2022

9 July 2022

23 June 2022

14 June 2022

7 June 2022

1 June 2022

30 May 2022

10 May 2022

8 May 2022

7 May 2022

24 April 2022

23 April 2022

14 April 2022

13 April 2022

11 April 2022

10 April 2022

5 April 2022

  • 13:2613:26, 5 April 2022 diff hist +2,283 N DgsComboBoxGetItemDataCreated page with "{{Client function}} This function gets an Item Data associated to a combo box item. ==Syntax== <syntaxhighlight lang="lua"> mixed dgsComboBoxGetItemData ( element combobox, int itemIndex ) </syntaxhighlight> ===Required Arguments=== *'''combobox:''' the combobox containing the item you're interested in. *'''itemIndex:''' the item index of the item. ===Returns=== Returns the item data of the specified item, ''false'' otherwise. ==Example== This example displays a..." current

4 April 2022

2 April 2022

1 April 2022

29 March 2022

25 March 2022

23 March 2022

22 March 2022

21 March 2022

17 March 2022

16 March 2022

14 March 2022

11 March 2022

(newest | oldest) View (newer 500 | ) (20 | 50 | 100 | 250 | 500)