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_resizedialog%: x%,y%
[,width%=0,height%=0]
Resize a window
Example :
DDgui_resizedialog(0,0,40,40)
Result :
This command repositions and resizes a window to the specified coordinates and size. All widgets within the window will be re-positioned if needed.
