style "nimbus-icons"
{
  
  stock["gtk-go-back"] = { { "go-previous.png", *, *, *} }
  stock["gtk-go-down"] ={ { "go-down.png", *, *, *}}
  stock["gtk-go-forward"] ={{ "go-next.png", *, *, *}}
  stock["gtk-go-up"] ={{ "go-up.png", *, *, *}}
  stock["gtk-goto-bottom"] = { { "go-bottom.png", *, *, *} }
  stock["gtk-goto-first"] = {{ "go-first.png", *, *, * }}
  stock["gtk-goto-last"] = {{ "go-last.png", *, *, * }}
  stock["gtk-goto-top"] = {{ "go-top.png", *, *, *}}
  stock["gtk-jump-to"] = {{ "go-jump.png", *, *, * }}
  
}
class "GtkWidget" 	style "nimbus-icons"

##############################################



