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.
Download the book in PDF, ePub, Kindle for a complete version.
DDgui_userdefined: id$, user_type$, width%,
height%
Create a user-defined widget
Example :
DDgui_userdefined("test","MOO",100,100)
Result :
Creates a user-defined widget, which can be used to do something not support by DDGui
