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