예제 #1
0
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)