File: display.html

package info (click to toggle)
yoshimi 2.3.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,980 kB
  • sloc: cpp: 62,590; xml: 97; sh: 94; python: 45; makefile: 14
file content (198 lines) | stat: -rw-r--r-- 4,370 bytes parent folder | download | duplicates (2)
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
<!DOCTYPE html><html>
<head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>Window Display</title>
  <link rel="stylesheet" type="text/css" href="style.css">
</head>

<body>
  <table>
    <thead>
      <tr>
        <th>DISPLAY::control:: +</th>
        <th>value</th>
        <th>control</th>
        <th>part /<br>section</th>
        <th>kit</th>
        <th>engine</th>
        <th>insert</th>
        <th>parameter<br>base ch</th>
        <th>offset</th>
        <th>miscmsg</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td>hide</td>
        <td>~ ~</td>
        <td>0</td>
        <td>all</td>
        <td>0~15</td>
        <td>all</td>
        <td>255</td>
        <td>255</td>
        <td>255</td>
        <td>msg No.</td>
        <td>Hide window</td>
      </tr>
      <tr>
        <td>show</td>
        <td>~ ~</td>
        <td>1</td>
        <td>all</td>
        <td>0~15</td>
        <td>all</td>
        <td>255</td>
        <td>255</td>
        <td>255</td>
        <td>255</td>
        <td>Show window</td>
      </tr>
      <tr>
        <td>xposition</td>
        <td>0~max</td>
        <td>2</td>
        <td>all</td>
        <td>0~15</td>
        <td>all</td>
        <td>255</td>
        <td>255</td>
        <td>255</td>
        <td>255</td>
        <td>Window horizontal position<br> 0 to max width - window width</td>
      </tr>
      <tr>
        <td>yposition</td>
        <td>0~max</td>
        <td>3</td>
        <td>all</td>
        <td>0~15</td>
        <td>all</td>
        <td>255</td>
        <td>255</td>
        <td>255</td>
        <td>255</td>
        <td>Window vertical position<br>0 to max height - window height</td>
      </tr>
      <tr>
        <td>width</td>
        <td>~ ~</td>
        <td>4</td>
        <td>all</td>
        <td>0~15</td>
        <td>all</td>
        <td>255</td>
        <td>255</td>
        <td>255</td>
        <td>255</td>
        <td>Window width (will rescale height)<br>max width - xposition - min window width<br>max height - yposition - min window height</td>
      </tr>
      <tr>
        <td>height</td>
        <td>~ ~</td>
        <td>5</td>
        <td>all</td>
        <td>0~15</td>
        <td>all</td>
        <td>255</td>
        <td>255</td>
        <td>255</td>
        <td>255</td>
        <td>Window height (will rescale width)<br>max width - xposition - min window width<br>max height - yposition - min window height</td>
      </tr>
      <tr>
        <td></td>
        <td></td>
        <td></td>
        <td></td>
        <td></td>
        <td></td>
        <td></td>
        <td></td>
        <td></td>
        <td></td>
        <td></td>
      </tr>
      <tr>
        <td>select</td>
        <td>~ ~</td>
        <td>6</td>
        <td></td>
        <td></td>
        <td></td>
        <td></td>
        <td></td>
        <td></td>
        <td></td>
        <td>Make list selection the current theme</td>
      </tr>
      <tr>
        <td>copy</td>
        <td>~ ~</td>
        <td>7</td>
        <td></td>
        <td></td>
        <td></td>
        <td></td>
        <td></td>
        <td></td>
        <td></td>
        <td>Copy the selected them to one with a different name</td>
      </tr>
      <tr>
        <td>rename</td>
        <td>~ ~</td>
        <td>8</td>
        <td></td>
        <td></td>
        <td></td>
        <td></td>
        <td></td>
        <td></td>
        <td></td>
        <td>Rename the selected theme</td>
      </tr>
      <tr>
        <td>delete</td>
        <td>~ ~</td>
        <td>9</td>
        <td></td>
        <td></td>
        <td></td>
        <td></td>
        <td></td>
        <td></td>
        <td></td>
        <td>remove the selected theme from the list</td>
      </tr>
      <tr>
        <td>import</td>
        <td>~ ~</td>
        <td>10</td>
        <td></td>
        <td></td>
        <td></td>
        <td></td>
        <td></td>
        <td></td>
        <td></td>
        <td>Import an external them file</td>
      </tr>
      <tr>
        <td>export</td>
        <td>~ ~</td>
        <td>11</td>
        <td></td>
        <td></td>
        <td></td>
        <td></td>
        <td></td>
        <td></td>
        <td></td>
        <td>Export the selected theme to an external file</td>
      </tr>
    </tbody>
  </table>
</body>
</html>