|
240 | 240 | <image filename="min-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> |
241 | 241 | </draw_ops> |
242 | 242 |
|
| 243 | +<!--menu--> |
| 244 | +<draw_ops name="menu_focused"> |
| 245 | + <image filename="menu-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> |
| 246 | +</draw_ops> |
| 247 | + |
| 248 | +<draw_ops name="menu_focused_pressed"> |
| 249 | + <image filename="menu-icon.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> |
| 250 | +</draw_ops> |
| 251 | + |
| 252 | +<draw_ops name="menu_focused_prelight"> |
| 253 | + <image filename="menu-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> |
| 254 | +</draw_ops> |
| 255 | + |
| 256 | +<draw_ops name="menu_unfocused"> |
| 257 | + <image filename="menu-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> |
| 258 | +</draw_ops> |
| 259 | + |
| 260 | +<draw_ops name="menu_unfocused_prelight"> |
| 261 | + <image filename="menu-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> |
| 262 | +</draw_ops> |
| 263 | + |
| 264 | +<draw_ops name="menu_unfocused_pressed"> |
| 265 | + <image filename="menu-icon.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> |
| 266 | +</draw_ops> |
| 267 | + |
243 | 268 |
|
244 | 269 | <!--Todo--> |
245 | | -<draw_ops name="menu_focused"></draw_ops> |
246 | | -<draw_ops name="menu_focused_pressed"></draw_ops> |
247 | | -<draw_ops name="menu_unfocused"></draw_ops> |
248 | | -<draw_ops name="menu_unfocused_prelight"></draw_ops> |
249 | | -<draw_ops name="menu_unfocused_pressed"></draw_ops> |
250 | 270 | <draw_ops name="shade_focused"></draw_ops> |
251 | 271 | <draw_ops name="shade_focused_pressed"></draw_ops> |
252 | 272 | <draw_ops name="shade_unfocused"></draw_ops> |
|
270 | 290 | <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> |
271 | 291 | <button function="menu" state="normal" draw_ops="menu_focused" /> |
272 | 292 | <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> |
| 293 | + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> |
273 | 294 | <button function="shade" state="normal" draw_ops="shade_focused" /> |
274 | 295 | <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> |
275 | 296 | <button function="unshade" state="normal" draw_ops="shade_focused" /> |
|
331 | 352 | <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> |
332 | 353 | <button function="menu" state="normal" draw_ops="menu_focused" /> |
333 | 354 | <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> |
| 355 | + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> |
334 | 356 | <button function="shade" state="normal" draw_ops="shade_focused" /> |
335 | 357 | <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> |
336 | 358 | <button function="unshade" state="normal" draw_ops="shade_focused" /> |
|
392 | 414 | <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> |
393 | 415 | <button function="menu" state="normal" draw_ops="menu_focused" /> |
394 | 416 | <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> |
| 417 | + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> |
395 | 418 | <button function="shade" state="normal" draw_ops="shade_focused" /> |
396 | 419 | <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> |
397 | 420 | <button function="unshade" state="normal" draw_ops="shade_focused" /> |
|
453 | 476 | <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> |
454 | 477 | <button function="menu" state="normal" draw_ops="menu_focused" /> |
455 | 478 | <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> |
| 479 | + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> |
456 | 480 | <button function="shade" state="normal" draw_ops="shade_focused" /> |
457 | 481 | <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> |
458 | 482 | <button function="unshade" state="normal" draw_ops="shade_focused" /> |
|
512 | 536 | <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> |
513 | 537 | <button function="menu" state="normal" draw_ops="menu_focused" /> |
514 | 538 | <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> |
| 539 | + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> |
515 | 540 | <button function="shade" state="normal" draw_ops="shade_focused" /> |
516 | 541 | <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> |
517 | 542 | <button function="unshade" state="normal" draw_ops="shade_focused" /> |
|
572 | 597 | <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> |
573 | 598 | <button function="menu" state="normal" draw_ops="menu_focused" /> |
574 | 599 | <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> |
| 600 | + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> |
575 | 601 | <button function="shade" state="normal" draw_ops="shade_focused" /> |
576 | 602 | <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> |
577 | 603 | <button function="unshade" state="normal" draw_ops="shade_focused" /> |
|
0 commit comments