comparison Skins/Default/gtk-2.0/panel.rc @ 3842:cc5426d6d39c

Integrate Audacious 1.4 artwork.
author William Pitcock <nenolod@atheme.org>
date Fri, 26 Oct 2007 14:00:17 -0500
parents
children
comparison
equal deleted inserted replaced
3836:a0509b848ec4 3842:cc5426d6d39c
1 style "tasklist-button"
2 {
3 xthickness = 0
4 ythickness = 0
5 engine "pixmap"
6 {
7 image
8 {
9 function = BOX
10 state = NORMAL
11 file = "Buttons/button-normal.png"
12 border = {6,6,14,2}
13 stretch = TRUE
14 }
15 image
16 {
17 function = BOX
18 state = ACTIVE
19 file = "Buttons/button-prelight.png"
20 border = {6,6,14,2}
21 stretch = TRUE
22 }
23 image
24 {
25 function = BOX
26 state = PRELIGHT
27 file = "Buttons/button-prelight.png"
28 border = {6,6,14,2}
29 stretch = TRUE
30 }
31 }
32 }
33 widget "*.tasklist-button" style "tasklist-button"
34 style "panel-menubar"
35 {
36 xthickness = 1
37 ythickness = 0
38 engine "pixmap"
39 {
40 image
41 {
42 function = BOX
43 state = NORMAL
44 file = "Panel/panel-bg.png"
45 border = {0,0,0,0}
46 stretch = FALSE
47 }
48 }
49 }
50 class "*Panel*" style "panel-menubar"