initial commit
[gconf-editor] / src / gconf-stock-icons.h
1 /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
2 /*
3  * Copyright (C) 2001, 2002 Anders Carlsson <andersca@gnu.org>
4  *
5  * This program is free software; you can redistribute it and/or
6  * modify it under the terms of the GNU General Public License as
7  * published by the Free Software Foundation; either version 2 of the
8  * License, or (at your option) any later version.
9  *
10  * This program is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13  * General Public License for more details.
14  *
15  * You should have received a copy of the GNU General Public License
16  * along with this program; if not, write to the Free Software
17  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18  */
19
20 #ifndef __GCONF_STOCK_ICONS_H__
21 #define __GCONF_STOCK_ICONS_H__
22
23 #include <gtk/gtk.h>
24
25 #define STOCK_BOOKMARK          "stock_bookmark"
26 #define STOCK_ADD_BOOKMARK      "bookmark-new"
27 #define STOCK_EDIT_BOOKMARK     "stock_edit-bookmark"
28
29 void gconf_stock_icons_register (void);
30
31 #endif /* __GCONF_STOCK_ICONS_H__ */