예제 #1
0
def msg_box(n1, n2):
    if type(n1) is int:
        return sw_api.msg_box(n1, n2)
    else:
        return sw_api.msg_box_new(n1, n2)
예제 #2
0
파일: sw.py 프로젝트: Alexey-T/SynWrite
def msg_box(n1, n2):
    if type(n1) is int:
        return sw_api.msg_box(n1, n2)
    else:
        return sw_api.msg_box_new(n1, n2)
예제 #3
0
def msg_box(id, text=''):
    return sw_api.msg_box(id, text)
예제 #4
0
파일: sw.py 프로젝트: runsun/SynWrite
def msg_box(id, text=''):
    return sw_api.msg_box(id, text)