Exemplo n.º 1
0
	def service_provider_clicked (self, button):
		import contacts_overview
		contacts_overview.ContactsOverviewGUI()
Exemplo n.º 2
0
	def edit_contact_clicked (self, button):
		import contacts_overview
		cov = contacts_overview.ContactsOverviewGUI()
		cov.select_contact(self.contact_id)
		cov.edit_contact()
		self.window.destroy()
Exemplo n.º 3
0
	def contacts_window(self, widget):
		import contacts_overview
		contacts_overview.ContactsOverviewGUI()
Exemplo n.º 4
0
	def contacts_clicked (self, button):
		import contacts_overview
		contacts_overview.ContactsOverviewGUI()
Exemplo n.º 5
0
	def contacts_window(self, widget):
		import contacts_overview
		c = contacts_overview.ContactsOverviewGUI ()
		c.get_object('radiobutton2').set_active(True)