Ejemplo n.º 1
0
def dlg_commands(options):
    return ct.dlg_commands(options)
Ejemplo n.º 2
0
def dlg_commands(options, title='', w=0, h=0):
    return ct.dlg_commands(options, title, w, h)
Ejemplo n.º 3
0
def dlg_commands(options, title=''):
    return ct.dlg_commands(options, title)
Ejemplo n.º 4
0
def dlg_commands(options):
    return ct.dlg_commands(options)