Warning, /plasma/breeze-gtk/src/gtk2/widgets/toolbar is written in an unsupported language. File is not indexed.
0001 style "toolbar"
0002 {
0003 engine "pixmap"
0004 {
0005 image
0006 {
0007 function = BOX
0008 file = "../assets/toolbar-background.png"
0009 stretch = TRUE
0010 }
0011 }
0012 }
0013
0014 style "toolbuttons"
0015 {
0016 xthickness = 2
0017 ythickness = 2
0018 GtkWidget::focus_padding = 2
0019
0020 engine "pixmap" {
0021
0022 image
0023 {
0024 function = BOX
0025 state = NORMAL
0026 file = "../assets/null.png"
0027 border = { 4, 4, 4, 4 }
0028 stretch = TRUE
0029 }
0030 image
0031 {
0032 function = BOX
0033 state = PRELIGHT
0034 file = "../assets/toolbutton-hover.png"
0035 border = { 4, 4, 4, 4 }
0036 stretch = TRUE
0037 }
0038 image
0039 {
0040 function = BOX
0041 state = ACTIVE
0042 file = "../assets/toolbutton-active.png"
0043 border = { 4, 4, 4, 4 }
0044 stretch = TRUE
0045 }
0046 image
0047 {
0048 function = BOX
0049 state = INSENSITIVE
0050 file = "../assets/null.png"
0051 border = { 4, 4, 4, 4 }
0052 stretch = TRUE
0053 }
0054 }
0055 }
0056
0057 style "tooltoggle_buttons"
0058 {
0059 engine "pixmap"
0060 {
0061 image
0062 {
0063 function = BOX
0064 state = NORMAL
0065 file = "../assets/null.png"
0066 border = { 4, 4, 4, 4 }
0067 stretch = TRUE
0068 }
0069 image
0070 {
0071 function = BOX
0072 state = PRELIGHT
0073 file = "../assets/toolbutton-hover.png"
0074 border = { 4, 4, 4, 4 }
0075 stretch = TRUE
0076 }
0077 image
0078 {
0079 function = BOX
0080 state = ACTIVE
0081 file = "../assets/toolbutton-toggled.png"
0082 border = { 4, 4, 4, 4}
0083 stretch = TRUE
0084 }
0085 image
0086 {
0087 function = BOX
0088 state = INSENSITIVE
0089 file = "../assets/null.png"
0090 border = { 4, 4, 4, 4 }
0091 stretch = TRUE
0092 }
0093 }
0094 }