]> git.0d.be Git - empathy.git/blob - libempathy-gtk/gossip-stock.h
412aceef1cfba4c0137997fcbeaf68359b3f8306
[empathy.git] / libempathy-gtk / gossip-stock.h
1 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
2 /*
3  * Copyright (C) 2003-2007 Imendio AB
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
16  * License along with this program; if not, write to the
17  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18  * Boston, MA 02111-1307, USA.
19  * 
20  * Authors: Mikael Hallendal <micke@imendio.com>
21  *          Richard Hult <richard@imendio.com>
22  *          Martyn Russell <martyn@imendio.com>
23  */
24
25 #ifndef __GOSSIP_STOCK_H__
26 #define __GOSSIP_STOCK_H__
27
28 #include <glib.h>
29 #include <gtk/gtk.h>
30
31 G_BEGIN_DECLS
32
33 #define GOSSIP_STOCK_OFFLINE             "gossip-offline"
34 #define GOSSIP_STOCK_AVAILABLE           "gossip-available"
35 #define GOSSIP_STOCK_BUSY                "gossip-busy"
36 #define GOSSIP_STOCK_AWAY                "gossip-away"
37 #define GOSSIP_STOCK_EXT_AWAY            "gossip-extended-away"
38 #define GOSSIP_STOCK_PENDING             "gossip-pending"
39
40 #define GOSSIP_STOCK_MESSAGE             "gossip-message"
41 #define GOSSIP_STOCK_TYPING              "gossip-typing"
42
43
44 #define GOSSIP_STOCK_CONTACT_INFORMATION "vcard_16"
45
46 #define GOSSIP_STOCK_AIM                 "gossip-aim"
47 #define GOSSIP_STOCK_ICQ                 "gossip-icq"
48 #define GOSSIP_STOCK_MSN                 "gossip-msn"
49 #define GOSSIP_STOCK_YAHOO               "gossip-yahoo"
50
51 #define GOSSIP_STOCK_GROUP_MESSAGE       "gossip-group-message"
52
53 void        gossip_stock_init     (GtkWidget   *widget);
54 void        gossip_stock_finalize (void);
55 GdkPixbuf * gossip_stock_render   (const gchar *stock,
56                                    GtkIconSize  size);
57
58 G_END_DECLS
59
60 #endif /* __GOSSIP_STOCK_ICONS_H__ */