Exemplo 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)
Exemplo 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)
Exemplo n.º 3
0
 def __init__(self, master, main_window, doc):
     PropertyPanel.__init__(self, master, main_window, doc,
                            name = 'blenddlg')
Exemplo n.º 4
0
    def __init__(self, master, main_window, doc):
	PropertyPanel.__init__(self, master, main_window, doc,
			       name = 'styledlg')