Beispiel #1
0
 def manage_orgs():
     gmOrganizationWidgets.manage_orgs(parent=parent)
Beispiel #2
0
	def _on_manage_orgs_button_pressed(self, event):
		event.Skip()
		from Gnumed.wxpython.gmOrganizationWidgets import manage_orgs
		manage_orgs(parent = self, no_parent = False)
Beispiel #3
0
	def _on_add_location_button_pressed(self, event):
		gmOrganizationWidgets.manage_orgs(parent = self)	#self.GetParent())
		event.Skip()
Beispiel #4
0
	def _on_add_location_button_pressed(self, event):
		gmOrganizationWidgets.manage_orgs(parent = self)	#self.GetParent())
		event.Skip()
Beispiel #5
0
	def manage_orgs():
		gmOrganizationWidgets.manage_orgs(parent = parent)
Beispiel #6
0
	def _on_manage_orgs_button_pressed(self, event):
		event.Skip()
		from Gnumed.wxpython.gmOrganizationWidgets import manage_orgs
		manage_orgs(parent = self, no_parent = False)