-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCustomWidgets.crx
52 lines (52 loc) · 1.34 KB
/
CustomWidgets.crx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<?xml version="1.0" ?>
<resource>
<component class="Component" name="wxFader" provider="component">
<groups>
<item>control</item>
</groups>
<attributes>
<item>input_type</item>
<item>address</item>
</attributes>
<has-name>1</has-name>
<module></module>
<handler>wxFaderCtrlXmlHandler</handler>
<index>-1</index>
</component>
<component class="Component" name="wxKnob" provider="component">
<groups>
<item>control</item>
</groups>
<attributes>
<item>input_type</item>
<item>address</item>
</attributes>
<has-name>1</has-name>
<module></module>
<handler>wxKnobCtrlXmlHandler</handler>
<index>-1</index>
</component>
<component class="Component" name="wxPiano" provider="component">
<groups>
<item>control</item>
</groups>
<has-name>1</has-name>
<module></module>
<handler>wxPianoCtrlXmlHandler</handler>
<index>-1</index>
</component>
<component class="Component" name="wxMediaVisual" provider="component">
<groups>
<item>control</item>
</groups>
<attributes>
<item>input_type</item>
<item>address</item>
<item>toggle</item>
</attributes>
<has-name>1</has-name>
<module></module>
<handler>wxMediaVisualCtrlXmlHandler</handler>
<index>-1</index>
</component>
</resource>