Exemplo n.º 1
0
def aff_msg(message):
    msgdial=MainFrame.MyDialog1(frame1)
    msgdial.mess_text.SetLabel(message)
    msgdial.Show(True)