Esempio n. 1
0
def dlg_menu(id, caption, text, focused=0):
    return sw_api.dlg_menu(id, caption, text, focused)
Esempio n. 2
0
def dlg_menu(id, caption, text, focused=0):
    return sw_api.dlg_menu(id, caption, text, focused)
Esempio n. 3
0
def dlg_menu(id, caption, text):
    return sw_api.dlg_menu(id, caption, text)
Esempio n. 4
0
def dlg_menu(id, caption, text):
    return sw_api.dlg_menu(id, caption, text)