def __init__(self, label):
        HIGExpander.__init__(self, label)

        self.host_details = HostDetails()
        self.hbox._pack_expand_fill(self.host_details)
Пример #2
0
 def __init__(self, label):
     HIGExpander.__init__(self, label)
     
     self.host_details = HostDetails()
     self.hbox._pack_expand_fill(self.host_details)