File: gizmos.crx

package info (click to toggle)
wxpython3.0 3.0.2.0%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 482,760 kB
  • ctags: 518,293
  • sloc: cpp: 2,127,226; python: 294,045; makefile: 51,942; ansic: 19,033; sh: 3,013; xml: 1,629; perl: 17
file content (129 lines) | stat: -rw-r--r-- 3,805 bytes parent folder | download | duplicates (3)
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<?xml version="1.0" encoding="ISO-8859-1"?>
<resource>
  <component class="Component" name="LEDNumberCtrl" provider="Roman Rolinsky &lt;genericsoma@gmail.com&gt;">
    <groups>
      <item>control</item>
    </groups>
    <attributes>
      <item>pos</item>
      <item>size</item>
      <item>value</item>
    </attributes>
    <has-name>1</has-name>
    <styles>
      <item>wxLED_ALIGN_LEFT</item>
      <item>wxLED_ALIGN_RIGHT</item>
      <item>wxLED_ALIGN_CENTER</item>
      <item>wxLED_ALIGN_FADED</item>
    </styles>
    <module>xh_gizmos</module>
    <handler>LEDNumberCtrlXmlHandler</handler>
    <menu>gizmo</menu>
    <label>LED number</label>
    <help>LED-style control</help>
    <panel>Gizmos</panel>
    <pos>1,0</pos>
  </component>
  <component class="Component" name="EditableListBox" provider="Roman Rolinsky &lt;genericsoma@gmail.com&gt;">
    <groups>
      <item>control</item>
    </groups>
    <attributes>
      <item>pos</item>
      <item>size</item>
      <item>label</item>
      <item>content:ContentAttribute</item>
    </attributes>
    <has-name>1</has-name>
    <styles>
      <item>wxEL_ALLOW_NEW</item>
      <item>wxEL_ALLOW_EDIT</item>
      <item>wxEL_ALLOW_DELETE</item>
    </styles>
    <module>xh_gizmos</module>
    <handler>EditableListBoxXmlHandler</handler>
    <menu>gizmo</menu>
    <label>editable list box</label>
    <help>list box with editable items</help>
    <panel>Gizmos</panel>
    <pos>0,1</pos>
  </component>
  <component class="Component" name="TreeListCtrl" provider="Roman Rolinsky &lt;genericsoma@gmail.com&gt;">
    <groups>
      <item>control</item>
    </groups>
    <attributes>
      <item>pos</item>
      <item>size</item>
    </attributes>
    <has-name>1</has-name>
    <styles>
      <item>wxTR_DEFAULT_STYLE</item>
      <item>wxTR_EDIT_LABELS</item>
      <item>wxTR_NO_BUTTONS</item>
      <item>wxTR_HAS_BUTTONS</item>
      <item>wxTR_TWIST_BUTTONS</item>
      <item>wxTR_NO_LINES</item>
      <item>wxTR_FULL_ROW_HIGHLIGHT</item>
      <item>wxTR_LINES_AT_ROOT</item>
      <item>wxTR_HIDE_ROOT</item>
      <item>wxTR_ROW_LINES</item>
      <item>wxTR_HAS_VARIABLE_ROW_HEIGHT</item>
      <item>wxTR_SINGLE</item>
      <item>wxTR_MULTIPLE</item>
      <item>wxTR_EXTENDED</item>
    </styles>
    <module>xh_gizmos</module>
    <handler>TreeListCtrlXmlHandler</handler>
    <menu>gizmo</menu>
    <label>tree list ctrl</label>
    <help>tree combined with list control</help>
    <panel>Gizmos</panel>
    <pos>0,0</pos>
  </component>
  <component class="Component" name="DynamicSashWindow" provider="Roman Rolinsky &lt;genericsoma@gmail.com&gt;">
    <groups>
      <item>control</item>
    </groups>
    <attributes>
      <item>pos</item>
      <item>size</item>
    </attributes>
    <has-name>1</has-name>
    <styles>
      <item>wxDS_MANAGE_SCROLLBARS</item>
      <item>wxDS_DRAG_CORNER</item>
    </styles>
    <events>
      <item>wxEVT_DYNAMIC_SASH_SPLIT</item>
      <item>wxEVT_DYNAMIC_SASH_UNIFY</item>
    </events>
    <module>xh_gizmos</module>
    <handler>DynamicSashWindowXmlHandler</handler>
    <menu>gizmo</menu>
    <label>dynamic sash window</label>
    <panel>Gizmos</panel>
    <pos>0,2</pos>
  </component>
  <object class="wxPanel" name="test">
    <object class="wxBoxSizer">
      <object class="sizeritem">
        <object class="EditableListBox">
          <size>100,100</size>
          <label>label</label>
          <content>
            <item>item1</item>
          </content>
        </object>
      </object>
      <object class="sizeritem">
        <object class="TreeListCtrl"/>
      </object>
      <object class="sizeritem">
        <object class="DynamicSashWindow">
          <size>100,100</size>
        </object>
      </object>
    </object>
  </object>
</resource>