DialogAddButtonWithHotkeyBJ

Parameters
whichDialog dialog
buttonText string
hotkey integer
return type
button
Source code
function DialogAddButtonWithHotkeyBJ takes dialog whichDialog, string buttonText, integer hotkey returns button
    set bj_lastCreatedButton = DialogAddButton(whichDialog, buttonText,hotkey)
    return bj_lastCreatedButton
endfunction
Source
Blizzard.j
wc3modding.com
DialogAddButtonWithHotkeyBJ