style "toolbar" { engine "pixmap" { image { function = BOX file = "Toolbar/toolbar-light.png" border = { 2, 2, 2, 2 } stretch = TRUE } } } style "toolbuttons" = "default" { xthickness = 3 ythickness = 1 GtkWidget::focus_padding = 0 engine "pixmap" { image { function = BOX recolorable = TRUE state = NORMAL file = "Toolbar/toolbutton-normal.png" border = { 4, 4, 4, 4 } stretch = TRUE } image { function = BOX recolorable = TRUE state = PRELIGHT file = "Toolbar/toolbutton-prelight.png" border = { 4, 4, 4, 4 } stretch = TRUE } image { function = BOX recolorable = TRUE state = ACTIVE file = "Toolbar/toolbutton-pressed.png" border = { 4, 4, 4, 4 } stretch = TRUE } image { function = BOX recolorable = TRUE state = INSENSITIVE file = "Toolbar/toolbutton-normal.png" border = { 4, 4, 4, 4 } stretch = TRUE } image { function = FOCUS recolorable = TRUE file = "Toolbar/toolbutton-focus.png" border = { 4, 4, 4, 4 } stretch = TRUE } } }