toolbar.xml 526 B

12345678910111213141516171819202122232425
  1. <class name="Toolbar">
  2. <relationships>
  3. <inheritance class="tk.Frame" priority="1"/>
  4. <inheritance class="SCCDWidget" priority="0"/>
  5. </relationships>
  6. <constructor>
  7. <parameter name="parent"/>
  8. <super class="tk.Frame">
  9. <parameter expr="parent"/>
  10. </super>
  11. <super class="SCCDWidget"/>
  12. </constructor>
  13. <destructor>
  14. <body>
  15. self.destroy()
  16. </body>
  17. </destructor>
  18. <scxml>
  19. <state id="NONE"/>
  20. </scxml>
  21. </class>