DDgui_button: id$, caption$,
[width%=0, height%=0]
Creates a button
Example :
DDgui_button(“button1”,”Press Me”)
DDgui_button(“button2”,”SPR_B0”,64,64)
Result :
This function creates a button with text, a button with a sprite or a filled button, which, when pressed, will open the colour dialog window.