]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.g2d/plugin.xml
Reading background color of a ICanvasContext with SCL
[simantics/platform.git] / bundles / org.simantics.g2d / plugin.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <?eclipse version="3.2"?>\r<!--
3     Copyright (c) 2007, 2010 Association for Decentralized Information Management
4     in Industry THTH ry.
5     All rights reserved. This program and the accompanying materials
6     are made available under the terms of the Eclipse Public License v1.0
7     which accompanies this distribution, and is available at
8     http://www.eclipse.org/legal/epl-v10.html
9    
10     Contributors:
11         VTT Technical Research Centre of Finland - initial API and implementation
12  -->
13
14 <plugin>
15    <!--
16    <extension
17          point="org.eclipse.ui.views">
18       <view
19             allowMultiple="false"
20             class="org.simantics.g2d.example.chassis.ViewPartExample"
21             id="org.simantics.g2d.view1"
22             name="G2D Example View"
23             restorable="true">
24       </view>
25    </extension>
26    -->
27    <extension
28          point="org.eclipse.ui.themes">
29       <themeElementCategory
30             id="org.simantics.g2d"
31             label="2D Graphics">
32       </themeElementCategory>
33       <fontDefinition
34             categoryId="org.simantics.g2d"
35             id="org.simantics.gallery.itemfont"
36             label="Symbol Font"
37             value="Tahoma-regular-8">
38          <description>
39             The symbol font is used for labels of symbols in the symbol library view.
40          </description>
41       </fontDefinition>
42    </extension>
43
44 </plugin>