def dlg_menu(id, caption, text, focused=0): return sw_api.dlg_menu(id, caption, text, focused)
def dlg_menu(id, caption, text): return sw_api.dlg_menu(id, caption, text)