Пример #1
0
def dlg_menu(id, caption, text, focused=0):
    return sw_api.dlg_menu(id, caption, text, focused)
Пример #2
0
def dlg_menu(id, caption, text, focused=0):
    return sw_api.dlg_menu(id, caption, text, focused)
Пример #3
0
def dlg_menu(id, caption, text):
    return sw_api.dlg_menu(id, caption, text)
Пример #4
0
def dlg_menu(id, caption, text):
    return sw_api.dlg_menu(id, caption, text)