コード例 #1
0
ファイル: cudatext.py プロジェクト: Patiencer/CudaText
def dlg_commands(options):
    return ct.dlg_commands(options)
コード例 #2
0
ファイル: cudatext.py プロジェクト: OlehL/CudaText
def dlg_commands(options, title='', w=0, h=0):
    return ct.dlg_commands(options, title, w, h)
コード例 #3
0
ファイル: cudatext.py プロジェクト: ra2003/CudaText
def dlg_commands(options, title=''):
    return ct.dlg_commands(options, title)
コード例 #4
0
ファイル: cudatext.py プロジェクト: heX16/CudaText
def dlg_commands(options):
    return ct.dlg_commands(options)