示例#1
0
 def __init__(self):                               # nested frame
     ComponentWindow.__init__(self, prev)          # on prior window     mixin-Popup窗口里放入Frame
     content.__init__(self)                        # Sing erases frame
 def __init__(self):  # nested frame
     ComponentWindow.__init__(self, prev)  # on prior window
     content.__init__(self)  # Sing erases frame
示例#3
0
 def __init__(self):
     ComponentWindow.__init__(self, prev)
     content.__init__(self)
 def __init__(self):                               # nested frame
     ComponentWindow.__init__(self, prev)          # on prior window
     content.__init__(self)                        # Sing erases frame
示例#5
0
 def __init__(self):
     ComponentWindow.__init__(self, prev)
     content.__init__(self)
示例#6
0
 def __init__(self):  # 嵌套框架
     ComponentWindow.__init__(self, prev)  # 在前一个Sing窗口
     content.__init__(self)  # 擦除了框架
示例#7
0
 def __init__(self):
     ComponentWindow.__init__(self, 'Mixin', 'Main')
     content.__init__(self)