12345678910111213141516171819202122232425 |
- <class name="Toolbar">
- <relationships>
- <inheritance class="tk.Frame" priority="1"/>
- <inheritance class="SCCDWidget" priority="0"/>
- </relationships>
- <constructor>
- <parameter name="parent"/>
- <super class="tk.Frame">
- <parameter expr="parent"/>
- </super>
- <super class="SCCDWidget"/>
- </constructor>
- <destructor>
- <body>
- self.destroy()
- </body>
- </destructor>
- <scxml>
- <state id="NONE"/>
- </scxml>
- </class>
|