Example #1
0
	def contacts_window(self, widget):
		import contacts
		contacts.GUI(self.main, True)
Example #2
0
 def service_provider_clicked(self, button):
     import contacts
     contacts.GUI(self.main)
Example #3
0
 def contacts_clicked(self, button):
     import contacts
     contacts.GUI(self.main)
Example #4
0
	def edit_customer_clicked (self, menuitem):
		if self.customer_id != None:
			import contacts
			contacts.GUI(self.main, self.customer_id)
Example #5
0
 def contacts_window(self, widget):
     import contacts
     c = contacts.GUI(self.main)
     c.builder.get_object('radiobutton2').set_active(True)
Example #6
0
 def service_provider_clicked(self, button):
     contacts.GUI(self.db)
Example #7
0
 def contacts_window(self, widget):
     import contacts
     contacts.GUI(self)