Пример #1
0
 def build_layoutWrapper(self,parent):
     MainForm = zooUI.MelColumnLayout(parent)
     SetHeader = cgmUI.add_Header('HI')
     #self.l_helpElements.extend(add_InstructionBlock(MainForm,"Purge all traces of cgmThinga tools from the object and so and so forth forever, amen.",vis = self.var_ShowHelp.value))        
     cgmUI.add_Button(MainForm)
     cgmUI.add_Button(MainForm,'Debug test', lambda *a: self.do_DebugEchoTest())
     cgmUI.add_MelLabel(MainForm,'asdfasdfasdf')
Пример #2
0
 def build_layoutWrapper(self,parent):
     MainForm = zooUI.MelColumnLayout(parent)
     SetHeader = cgmUI.add_Header('HI')
     #self.l_helpElements.extend(add_InstructionBlock(MainForm,"Purge all traces of cgmThinga tools from the object and so and so forth forever, amen.",vis = self.var_ShowHelp.value))        
     cgmUI.add_Button(MainForm)
     cgmUI.add_Button(MainForm,'Debug test', lambda *a: self.do_DebugEchoTest())
     cgmUI.add_MelLabel(MainForm,'asdfasdfasdf')