def __init__(self, ctrl):
     View.__init__(self,
                   ctrl,
                   self.GLADE_FILE,
                   'diagnostics_window',
                   register=False,
                   domain='vodafone-mobile-broadband')
     self.setup_view()
     ctrl.register_view(self)
 def __init__(self, ctrl):
     View.__init__(self,
                   ctrl,
                   self.GLADE_FILE,
                   'add_contact_window',
                   register=False,
                   domain=APP_SLUG_NAME)
     self.setup_view(ctrl)
     ctrl.register_view(self)
示例#3
0
 def __init__(self, ctrl):
     View.__init__(self,
                   ctrl,
                   self.GLADE_FILE,
                   'diagnostics_window',
                   register=False,
                   domain=APP_SLUG_NAME)
     self.setup_view()
     ctrl.register_view(self)
 def __init__(self, ctrl, top_widget):
     View.__init__(self,
                   ctrl,
                   self.GLADE_FILE,
                   top_widget,
                   domain=APP_SLUG_NAME)
 def __init__(self, ctrl):
     View.__init__(self, ctrl, self.GLADE_FILE, "add_contact_window", register=False, domain=APP_SLUG_NAME)
     self.setup_view(ctrl)
     ctrl.register_view(self)
 def __init__(self, *args, **kwds):
     View.__init__(self, *args, **kwds)
 def __init__(self, ctrl, top_widget):
     View.__init__(self, ctrl, self.GLADE_FILE, top_widget,
                     domain=APP_SLUG_NAME)
 def __init__(self, ctrl):
     View.__init__(self, ctrl, self.GLADE_FILE, "diagnostics_window", register=False, domain=APP_SLUG_NAME)
     self.setup_view()
     ctrl.register_view(self)
 def __init__(self, ctrl, top_widget):
     View.__init__(self, ctrl, self.GLADE_FILE, top_widget, domain='vodafone-mobile-broadband')
 def __init__(self, *args, **kwds):
     View.__init__(self, *args, **kwds)
 def __init__(self, ctrl):
     View.__init__(self, ctrl, self.GLADE_FILE, 'add_contact_window',
                   register=False, domain='vodafone-mobile-broadband')
     self.setup_view(ctrl)
     ctrl.register_view(self)
 def __init__(self, ctrl):
     View.__init__(self, ctrl, self.GLADE_FILE,
                   'diagnostics_window', register=False, domain='vodafone-mobile-broadband')
     self.setup_view()
     ctrl.register_view(self)