##// END OF EJS Templates
ipy_leo.mkbutton creates buttons on button bar
Ville M. Vainio -
Show More
@@ -768,4 +768,9 b' def shadow_walk(directory, parent=None, isroot=True):'
768 child.initBodyString(body)
768 child.initBodyString(body)
769 shadow_walk(path, parent=child, isroot=False)
769 shadow_walk(path, parent=child, isroot=False)
770
770
771 def mkbutton(text, node_to_push):
772 ib = c.frame.getIconBarObject()
773 ib.add(text = text, command = node_to_push.ipush)
774
775
771
776
General Comments 0
You need to be logged in to leave comments. Login now