# Poker3D
# 
# Based on 6gnome by Marcus Petzoldt <m.petzoldt@gmx.de> and on Crystal Bluecurve 1.0 - Modified
# Depends on GTK+ 2.x and pixmap engine
#
# Copyright (c) 2004 Philippe Nouhra <www.philours.com> for Mekensleep <www.mekensleep.com>
#
# The Poker3D theme is free software; you can redistribute it and/or
# modify it under the terms of the GNU Library General Public License as
# published by the Free Software Foundation; either version 2 of the
# License, or (at your option) any later version.
#
# The Poker3D theme is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# Library General Public License for more details.
#
# You should have received a copy of the GNU Library General Public
# License along with the Poker3D theme; see the file LICENSE.  If
# not, write to the Free Software Foundation, Inc., 59 Temple Place -
# Suite 330, Boston, MA 02111-1307, USA.

style "icon-style" {

  stock["gtk-dialog-error"] =  		{{ "error.png" }}

  stock["gtk-apply"] =	       		{{ "button_ok.png" }}
  stock["gtk-cancel"] =       		{{ "button_cancel.png" }}
  stock["gtk-close"] =	       		{{ "fileclose.png" }}
  stock["gtk-convert"] =       		{{ "reload.png" }}
  stock["gtk-go-down"] =		{{ "down.png" }}
  stock["gtk-go-up"] =			{{ "up.png" }}
  stock["gtk-no"] =			{{ "error.png" }} 
  stock["gtk-ok"] =			{{ "button_ok.png" }}
  stock["gtk-quit"] =			{{ "filequit.png" }}
  stock["gtk-refresh"] =		{{ "reload.png" }}
  stock["gtk-remove"] =			{{ "error.png" }}
  stock["gtk-revert-to-saved"] =	{{ "revert.png" }}
  stock["gtk-yes"] =			{{ "button_ok.png" }} 
}
class "GtkWidget" style "icon-style"

style "panel-icons"
{
        #stock ["panel-cde"] =           {{"stock_cde-menu.png"}}


	#stock ["panel-amusements"] =    {{"stock_amusements.png"}}
	#stock ["panel-accessories"] =   {{"stock_accessories.png"}}
        #stock ["panel-multimedia"] =    {{"stock_multimedia.png"}}

        #stock ["panel-internet"] =      {{"stock_internet.png"}}
        #stock ["panel-utility"] =       {{"stock_gnome-util.png"}}

        #stock ["panel-corner-type"] =   {{"stock_corner-panel.png"}}
        #stock ["panel-edge-type"] =     {{"stock_edge-panel.png"}}
        #stock ["panel-floating-type"] = {{"stock_floating-panel.png"}}
        #stock ["panel-sliding-type"] =  {{"stock_sliding-panel.png"}}
        #stock ["panel-menu-type"] =     {{"stock_menu-panel.png"}}

        #stock ["panel-launcher"] =      {{"stock_launcher-program.png"}}

        #stock ["panel-drawer"] =        {{"stock_drawer.png"}}
	#stock ["panel-applet"] =        {{""}}

	#stock ["commandline-browser"] =	{{"stock_commandline-browser.xpm"}}
	#stock ["commandline-history"] =	{{"stock_commandline-history.xpm"}}

}

style "capplet-icons"
{

        #stock ["mouse-dblclck-maybe"] =    {{"double-click-maybe.png"}}
        #stock ["mouse-dblclck-on"] =       {{"double-click-on.png"}}
        #stock ["mouse-dblclck-off"] =      {{"double-click-off.png"}}

}




