DDgui Programmers Reference Guide by Nicholas J. Kingsley - HTML preview

PLEASE NOTE: This is an HTML preview only and some elements such as links or page numbers may be incorrect.
Download the book in PDF, ePub, Kindle for a complete version.

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.