Code

Avoid crash by uninitialized perspectives.
[inkscape.git] / src / libgdl / gdl-stock.h
1 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- 
2  * gdl-stock.h
3  * 
4  * Copyright (C) 2003 Jeroen Zwartepoorte
5  *
6  *
7  * This library is free software; you can redistribute it and/or
8  * modify it under the terms of the GNU Lesser General Public
9  * License as published by the Free Software Foundation; either
10  * version 2.1 of the License, or (at your option) any later version.
11  *
12  * This library is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15  * Lesser General Public License for more details.
16  *
17  * You should have received a copy of the GNU Lesser General Public
18  * License along with this library; if not, write to the Free Software
19  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
20  */
22 #ifndef __GDL_STOCK_H__
23 #define __GDL_STOCK_H__
25 #include <glib/gmacros.h>   // G_BEGIN_DECLS
27 G_BEGIN_DECLS
29 #define GDL_STOCK_CLOSE                 "gdl-close"
30 #define GDL_STOCK_MENU_LEFT             "gdl-menu-left"
31 #define GDL_STOCK_MENU_RIGHT            "gdl-menu-right"
33 void gdl_stock_init (void);
35 G_END_DECLS
37 #endif /* __GDL_STOCK_H__ */