LM.GUI.SimpleDialog(title, subClass)

Version added: before 9.5
Creates a new LM_SimpleDialog object

Arguments:

Name Type Description Default Ver
title String The dialog's title < 9.5
subClass Table An empty table to set up as a dialog subclass < 9.5

Return value:

The LM_SimpleDialog class is used to create dialog boxes - windows that can be filled with other user interface controls. An LM_SimpleDialog object automatically provides OK and Cancel buttons.
<< Back to LM.GUI