Sets whether a dialog window can be resized.
Allows or prevents resizing of the dialog.
dlg_set_resizable(handle, resizable)
Allow resizing of a dialog
dlg_set_resizable("dialog_123", 1);
Prevent resizing of a dialog
dlg_set_resizable("dialog_123", 0);