Salome HOME
Added an example of LIBXML2 processing module with "Plugin" XML files.
[modules/shaper.git] / src / Config / plugin-PartSet.xml
1 <plugin name="PartSet">
2   <workbench>
3     <group name="Part">
4       <feature id="new_part" text="Part" tooltip="Creates a new part" icon=":pictures/part_ico.png">
5         <label text="No feature..."/>
6       </feature>
7       <feature id="duplicate" text="Duplicate" tooltip="Duplicate selected object" icon=":icons/duplicate.png"/>
8       <feature id="remove" text="Remove"  tooltip="Remove selected object" icon=":icons/remove.png"/>
9     </group>
10     <group name="Construction">
11       <feature id="new_point" text="Point" tooltip="Create a new point" icon=":icons/point.png"/>
12       <feature id="new_axis" text="Axis" tooltip="Create a new axis" icon=":icons/axis.png" keysequence=""/>
13       <feature id="new_plane" text="Plane" tooltip="Create a new plane" icon=":icons/plane.png" keysequence=""/>
14     </group>
15   </workbench>  
16 </plugin>