LM.GUI.Button(label, msg)

Version added: before 9.5

Arguments:

Name Type Description Default Ver
label char The text that should appear on the button < 9.5
msg int32 A message value to be triggered when the button is pressed 0 < 9.5

Return value:

LM_Button the newly-created button
Creates a new LM_Button object that can then be added to a dialog or toolbar.
<< Back to LM.GUI