2 * @file stock.h GTK+ Stock resources
7 * Copyright (C) 2002-2003, Christian Hammond <chipx86@gnupdate.org>
9 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation; either version 2 of the License, or
12 * (at your option) any later version.
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * GNU General Public License for more details.
19 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, write to the Free Software
21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
26 /**************************************************************************/
27 /** @name Stock images */
28 /**************************************************************************/
30 #define GAIM_STOCK_ABOUT "gaim-about"
31 #define GAIM_STOCK_ACCOUNTS "gaim-accounts"
32 #define GAIM_STOCK_AWAY "gaim-away"
33 #define GAIM_STOCK_BGCOLOR "gaim-bgcolor"
34 #define GAIM_STOCK_BLOCK "gaim-block"
35 #define GAIM_STOCK_CHAT "gaim-chat"
36 #define GAIM_STOCK_DIALOG_AUTH "gaim-dialog-auth"
37 #define GAIM_STOCK_DIALOG_COOL "gaim-dialog-cool"
38 #define GAIM_STOCK_DIALOG_ERROR "gaim-dialog-error"
39 #define GAIM_STOCK_DIALOG_INFO "gaim-dialog-info"
40 #define GAIM_STOCK_DIALOG_QUESTION "gaim-dialog-question"
41 #define GAIM_STOCK_DIALOG_WARNING "gaim-dialog-warning"
42 #define GAIM_STOCK_DOWNLOAD "gaim-download"
43 #define GAIM_STOCK_EDIT "gaim-edit"
44 #define GAIM_STOCK_FGCOLOR "gaim-fgcolor"
45 #define GAIM_STOCK_FILE_CANCELED "gaim-file-canceled"
46 #define GAIM_STOCK_FILE_DONE "gaim-file-done"
47 #define GAIM_STOCK_FILE_TRANSFER "gaim-file-transfer"
48 #define GAIM_STOCK_ICON_AWAY "gaim-icon-away"
49 #define GAIM_STOCK_ICON_AWAY_MSG "gaim-icon-away-msg"
50 #define GAIM_STOCK_ICON_CONNECT "gaim-icon-away-connect"
51 #define GAIM_STOCK_ICON_OFFLINE "gaim-icon-offline"
52 #define GAIM_STOCK_ICON_ONLINE "gaim-icon-online"
53 #define GAIM_STOCK_ICON_ONLINE_MSG "gaim-icon-online-msg"
54 #define GAIM_STOCK_IGNORE "gaim-ignore"
55 #define GAIM_STOCK_IM "gaim-im"
56 #define GAIM_STOCK_IMAGE "gaim-image"
57 #define GAIM_STOCK_INFO "gaim-info"
58 #define GAIM_STOCK_INVITE "gaim-invite"
59 #define GAIM_STOCK_LINK "gaim-link"
60 #define GAIM_STOCK_LOGO "gaim-logo"
61 #define GAIM_STOCK_PRIVACY "gaim-privacy"
62 #define GAIM_STOCK_SEND "gaim-send"
63 #define GAIM_STOCK_SIGN_OFF "gaim-sign-off"
64 #define GAIM_STOCK_SIGN_ON "gaim-sign-on"
65 #define GAIM_STOCK_SMILEY "gaim-smiley"
66 #define GAIM_STOCK_TEXT_BIGGER "gaim-text-bigger"
67 #define GAIM_STOCK_TEXT_NORMAL "gaim-text-normal"
68 #define GAIM_STOCK_TEXT_SMALLER "gaim-text-smaller"
69 #define GAIM_STOCK_TYPED "gaim-typed"
70 #define GAIM_STOCK_TYPING "gaim-typing"
71 #define GAIM_STOCK_UPLOAD "gaim-upload"
72 #define GAIM_STOCK_WARN "gaim-warn"
76 * For getting the icon size for the logo
78 #define GAIM_ICON_SIZE_LOGO "gaim-icon-size-logo"
81 * Sets up the gaim stock repository.
83 void setup_stock(void);
85 #endif /* _STOCK_H_ */