コード例 #1
0
def dlg_menu(id, caption, text, focused=0):
    return sw_api.dlg_menu(id, caption, text, focused)
コード例 #2
0
ファイル: sw.py プロジェクト: Alexey-T/SynWrite
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
ファイル: sw.py プロジェクト: runsun/SynWrite
def dlg_menu(id, caption, text):
    return sw_api.dlg_menu(id, caption, text)