Ejemplo n.º 1
0
	def __init__(self, master, main_window, doc, info):
		self.var_auto_update = IntVar(master)
		self.var_auto_update.set(1)
		self.info = info
		self.title = info.menu_text
		self.vars = []
		name = 'dlg' + info.class_name
		PropertyPanel.__init__(self, master, main_window, doc, name=name)
Ejemplo n.º 2
0
 def __init__(self, master, main_window, doc, info):
     self.var_auto_update = IntVar(master)
     self.var_auto_update.set(1)
     self.info = info
     self.title = info.menu_text
     self.vars = []
     name = 'dlg' + info.class_name
     PropertyPanel.__init__(self, master, main_window, doc, name=name)
Ejemplo n.º 3
0
	def close_dlg(self):
		self.vars = []
		PropertyPanel.close_dlg(self)
Ejemplo n.º 4
0
	def __init__(self, master, main_window, doc):
		PropertyPanel.__init__(self, master, main_window, doc, name='styledlg')
		self.main_window = main_window
Ejemplo n.º 5
0
 def close_dlg(self):
     self.vars = []
     PropertyPanel.close_dlg(self)