Dgs-dxbutton: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
Line 16: Line 16:


===color===
===color===
Require integer that can be used as the background color of button.
*'''defcolor:''' An integer of the color of the background of the button ( neither selected nor clicked by mouse ).
*'''selcolor:''' An integer of the color of the background of the button which is selected.
*'''clicolor:''' An integer of the color of the background of the button which is clicked.
===text===
===text===
===textcolor===
===textcolor===

Revision as of 13:02, 9 September 2017

DGS Properties is always used to change the gui style and make it more fantastic.

This page shows the properties of dgs-dxbutton that you could use.

Main Functions

Properties

image

Require [texture/shader] that can be used as the background of button.

dgsDxGUISetProperty(button,"image",{defimg,hovimg,cliimg})
  • defimg: A texture/shader element of the background of the button ( no mouse enter and no mouse click ). ( You can pass a nil value to disable this image option )
  • selimg: A texture/shader element of the background of the button which is selected. ( You can pass a nil value to disable this image option )
  • cliimg: A texture/shader element of the background of the button which is clicked. ( You can pass a nil value to disable this image option )

color

Require integer that can be used as the background color of button.

  • defcolor: An integer of the color of the background of the button ( neither selected nor clicked by mouse ).
  • selcolor: An integer of the color of the background of the button which is selected.
  • clicolor: An integer of the color of the background of the button which is clicked.

text

textcolor

textsize

shadow

shadow

font

clickoffset

clickType

wordbreak

colorcoded

rightbottom