# icons from "Industrial" theme

style "icon-style"
{

#GTK_STOCK_ADD
stock["gtk-add"] =
   {
     { "icons/stock_add.png", *, *, *}
   }

#GTK_STOCK_APPLY
stock["gtk-apply"] =
   {
     { "icons/stock_apply.png", *, *, *}
   }

#GTK_STOCK_OK
stock["gtk-ok"] =
   {
     { "icons/stock_ok.png", *, *, *}
   }

#GTK_STOCK_CANCEL
stock["gtk-cancel"] =
   {
     { "icons/stock_cancel.png", *, *, *}
   }
#GTK_STOCK_CLEAR
stock["gtk-clear"] =
   {
     { "icons/stock_clear.png", *, *, *}
   }
#GTK_STOCK_CLOSE
stock["gtk-close"] =
   {
     { "icons/stock_close.png", *, *, *}
   }
#GTK_STOCK_NO
stock["gtk-no"] =
   {
     { "icons/stock_no.png", *, *, *}
   }
#GTK_STOCK_YES
stock["gtk-yes"] =
   {
     { "icons/stock_yes.png", *, *, *}
   }


#GTK_STOCK_NEW
stock["gtk-new"] =
   {
     { "icons/stock_new.png", *, *, *}
   }

#GTK_STOCK_OPEN
stock["gtk-open"] =
   {
     { "icons/stock_open.png", *, *, *}
   }

#GTK_STOCK_SAVE
stock["gtk-save"] =
   {
     { "icons/stock_save.png", *, *, *}
   }

#GTK_STOCK_DELETE
stock["gtk-delete"] =
   {
     { "icons/stock_delete.png", *, *, *}
   }

#GTK_STOCK_FIND
stock["gtk-find"] =
   {
     { "icons/stock_find.png", *, *, *}
   }


#GTK_STOCK_GOTO_BOTTOM
stock["gtk-goto-bottom"] =
   {
     { "icons/stock_goto_bottom.png", *, *, *}
   }
#GTK_STOCK_GOTO_FIRST
stock["gtk-goto-first"] =
   {
     { "icons/stock_goto_first.png", *, *, *}
   }
#GTK_STOCK_GOTO_LAST
stock["gtk-goto-last"] =
   {
     { "icons/stock_goto_last.png", *, *, *}
   }
#GTK_STOCK_GOTO_TOP
stock["gtk-goto-top"] =
   {
     { "icons/stock_goto_top.png", *, *, *}
   }
#GTK_STOCK_GO_BACK
stock["gtk-go-back"] =
   {
     { "icons/stock_go_back.png", *, *, *}
   }
#GTK_STOCK_GO_DOWN
stock["gtk-go-down"] =
   {
     { "icons/stock_go_down.png", *, *, *}
   }
#GTK_STOCK_GO_FORWARD
stock["gtk-go-forward"] =
   {
     { "icons/stock_go_forward.png", *, *, *}
   }
#GTK_STOCK_GO_UP
stock["gtk-go-up"] =
   {
     { "icons/stock_go_up.png", *, *, *}
   }



#GTK_STOCK_QUIT
stock["gtk-quit"] =
   {
     { "icons/stock_quit.png", *, *, *}
   }

#GTK_STOCK_PROPERTIES
stock["gtk-properties"] =
   {
     { "icons/stock_properties.png", *, *, *}
   }

#GTK_STOCK_PRINT
stock["gtk-print"] =
   {
     { "icons/stock_print.png", *, *, *}
   }
#GTK_STOCK_PRINT_PREVIEW
stock["gtk-print-preview"] =
   {
     { "icons/stock_print_preview.png", *, *, *}
   }



#GTK_STOCK_DIALOG_AUTHENTICATION
stock["gtk-dialog-authentication"] =
   {
     { "icons/stock_dialog_authentication.png", *, *, *}
   }

#GTK_STOCK_DIALOG_ERROR
stock["gtk-dialog-error"] =
   {
     { "icons/stock_dialog_error.png", *, *, *}
   }

#GTK_STOCK_DIALOG_INFO
stock["gtk-dialog-info"] =
   {
     { "icons/stock_dialog_info.png", *, *, *}
   }

#GTK_STOCK_DIALOG_QUESTION
stock["gtk-dialog-question"] =
   {
     { "icons/stock_dialog_question.png", *, *, *}
   }

#GTK_STOCK_DIALOG_WARNING
stock["gtk-dialog-warning"] =
   {
     { "icons/stock_dialog_warning.png", *, *, *}
   }

stock["gtk-padlock"] =
	{
		{ "icons/stock_padlock.png", *, *, *}
	}



#SPECIAL ICOS!
	 stock["gtk-refresh"] =
	 {
	   { "icons/stock_refresh.png", *, *, *}
	 }
	stock["gtk-stable"] =
	{
	   { "icons/stock_stable.png", *, *, *}
	}
	stock["gtk-zero"] =
	{
	   { "icons/stock_zero.png", *, *, *}
	}
	stock["gtk-tare"] =
	{
		{ "icons/stock_tare.png", *, *, *}
	}
	stock["gtk-tare-on"] =
	{
		{ "icons/stock_tare_on.png", *, *, *}
	}
	stock["gtk-tare-preset"] =
	{
		{ "icons/stock_tare_preset.png", *, *, *}
	}
	stock["gtk-tare-fixed"] =
	{
		{ "icons/stock_padlock.png", *, *, *}
	}
	stock["gtk-classIII"] =
	{
		{ "icons/stock_classIII.png", *, *, *}
	}
}

class "GtkWidget" style "icon-style"