Mercurial > pidgin.yaz
annotate pidgin/gaimstock.h @ 15647:552be3958d6a
Added nat-pmp implementation and #ifdef'd out changes to network.c which would utilize it.
author | Evan Schoenberg <evan.s@dreskin.net> |
---|---|
date | Sun, 18 Feb 2007 18:26:55 +0000 |
parents | 442128853bdb |
children | 603488306e23 |
rev | line source |
---|---|
15374
5fe8042783c1
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
1 /** |
5fe8042783c1
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
2 * @file gtkstock.h GTK+ Stock resources |
5fe8042783c1
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
3 * @ingroup gtkui |
5fe8042783c1
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
4 * |
5fe8042783c1
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
5 * gaim |
5fe8042783c1
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
6 * |
15511 | 7 * Pidgin is the legal property of its developers, whose names are too numerous |
15374
5fe8042783c1
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
8 * to list here. Please refer to the COPYRIGHT file distributed with this |
5fe8042783c1
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
9 * source distribution. |
5fe8042783c1
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
10 * |
5fe8042783c1
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
11 * This program is free software; you can redistribute it and/or modify |
5fe8042783c1
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
12 * it under the terms of the GNU General Public License as published by |
5fe8042783c1
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
13 * the Free Software Foundation; either version 2 of the License, or |
5fe8042783c1
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
14 * (at your option) any later version. |
5fe8042783c1
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
15 * |
5fe8042783c1
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
16 * This program is distributed in the hope that it will be useful, |
5fe8042783c1
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
17 * but WITHOUT ANY WARRANTY; without even the implied warranty of |
5fe8042783c1
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
5fe8042783c1
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
19 * GNU General Public License for more details. |
5fe8042783c1
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
20 * |
5fe8042783c1
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
21 * You should have received a copy of the GNU General Public License |
5fe8042783c1
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
22 * along with this program; if not, write to the Free Software |
5fe8042783c1
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
5fe8042783c1
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
24 */ |
5fe8042783c1
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
25 #include <gtk/gtkstock.h> |
5fe8042783c1
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
26 |
15509 | 27 #ifndef _PIDGIN_STOCK_H_ |
28 #define _PIDGIN_STOCK_H_ | |
15374
5fe8042783c1
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
29 |
5fe8042783c1
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
30 /**************************************************************************/ |
5fe8042783c1
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
31 /** @name Stock images */ |
5fe8042783c1
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
32 /**************************************************************************/ |
5fe8042783c1
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
33 /*@{*/ |
15514 | 34 #define PIDGIN_STOCK_ABOUT "pidgin-about" |
35 #define PIDGIN_STOCK_ACTION "pidgin-action" | |
36 #define PIDGIN_STOCK_ALIAS "pidgin-alias" | |
37 #define PIDGIN_STOCK_AWAY "pidgin-away" | |
38 #define PIDGIN_STOCK_BLOCK "pidgin-block" | |
39 #define PIDGIN_STOCK_UNBLOCK "pidgin-unblock" | |
40 #define PIDGIN_STOCK_CHAT "pidgin-chat" | |
41 #define PIDGIN_STOCK_CLEAR "pidgin-clear" | |
42 #define PIDGIN_STOCK_CLOSE_TABS "pidgin-close-tab" | |
43 #define PIDGIN_STOCK_CONNECT "pidgin-connect" | |
44 #define PIDGIN_STOCK_DEBUG "pidgin-debug" | |
45 #define PIDGIN_STOCK_DISCONNECT "pidgin-disconnect" | |
46 #define PIDGIN_STOCK_DOWNLOAD "pidgin-download" | |
47 #define PIDGIN_STOCK_EDIT "pidgin-edit" | |
48 #define PIDGIN_STOCK_FGCOLOR "pidgin-fgcolor" | |
49 #define PIDGIN_STOCK_FILE_CANCELED "pidgin-file-canceled" | |
50 #define PIDGIN_STOCK_FILE_DONE "pidgin-file-done" | |
51 #define PIDGIN_STOCK_FILE_TRANSFER "pidgin-file-transfer" | |
52 #define PIDGIN_STOCK_ICON_AWAY "pidgin-icon-away" | |
53 #define PIDGIN_STOCK_ICON_AWAY_MSG "pidgin-icon-away-msg" | |
54 #define PIDGIN_STOCK_ICON_CONNECT "pidgin-icon-away-connect" | |
55 #define PIDGIN_STOCK_ICON_OFFLINE "pidgin-icon-offline" | |
56 #define PIDGIN_STOCK_ICON_ONLINE "pidgin-icon-online" | |
57 #define PIDGIN_STOCK_ICON_ONLINE_MSG "pidgin-icon-online-msg" | |
58 #define PIDGIN_STOCK_IGNORE "pidgin-ignore" | |
59 #define PIDGIN_STOCK_INVITE "pidgin-invite" | |
60 #define PIDGIN_STOCK_MODIFY "pidgin-modify" | |
61 #define PIDGIN_STOCK_OPEN_MAIL "pidgin-stock-open-mail" | |
62 #define PIDGIN_STOCK_PAUSE "pidgin-pause" | |
63 #define PIDGIN_STOCK_POUNCE "pidgin-pounce" | |
64 #define PIDGIN_STOCK_SIGN_OFF "pidgin-sign-off" | |
65 #define PIDGIN_STOCK_SIGN_ON "pidgin-sign-on" | |
66 #define PIDGIN_STOCK_TEXT_NORMAL "pidgin-text-normal" | |
67 #define PIDGIN_STOCK_TYPED "pidgin-typed" | |
68 #define PIDGIN_STOCK_UPLOAD "pidgin-upload" | |
15397
a8ee645e7fb4
A lot of status icon changes:
Sean Egan <seanegan@gmail.com>
parents:
15374
diff
changeset
|
69 |
15436 | 70 /* Status icons */ |
15493 | 71 #define PIDGIN_STOCK_STATUS_AVAILABLE "pidgin-status-available" |
72 #define PIDGIN_STOCK_STATUS_AVAILABLE_I "pidgin-status-available-i" | |
73 #define PIDGIN_STOCK_STATUS_AWAY "pidgin-status-away" | |
74 #define PIDGIN_STOCK_STATUS_AWAY_I "pidgin-status-away-i" | |
75 #define PIDGIN_STOCK_STATUS_BUSY "pidgin-status-busy" | |
76 #define PIDGIN_STOCK_STATUS_BUSY_I "pidgin-status-busy-i" | |
77 #define PIDGIN_STOCK_STATUS_CHAT "pidgin-status-chat" | |
78 #define PIDGIN_STOCK_STATUS_XA "pidgin-status-xa" | |
79 #define PIDGIN_STOCK_STATUS_XA_I "pidgin-status-xa-i" | |
80 #define PIDGIN_STOCK_STATUS_LOGIN "pidgin-status-login" | |
81 #define PIDGIN_STOCK_STATUS_LOGOUT "pidgin-status-logout" | |
82 #define PIDGIN_STOCK_STATUS_OFFLINE "pidgin-status-offline" | |
83 #define PIDGIN_STOCK_STATUS_PERSON "pidgin-status-person" | |
84 #define PIDGIN_STOCK_STATUS_OPERATOR "pidgin-status-operator" | |
85 #define PIDGIN_STOCK_STATUS_HALFOP "pidgin-status-halfop" | |
15497
74efe677c8a5
Restore 'hidden convo' status icon in blist. Additionally, make the name text bold when you have a hidden convo
Sean Egan <seanegan@gmail.com>
parents:
15493
diff
changeset
|
86 #define PIDGIN_STOCK_STATUS_MESSAGE "pidgin-status-message" |
15436 | 87 |
88 /* Dialog icons */ | |
89 #define PIDGIN_STOCK_DIALOG_AUTH "pidgin-dialog-auth" | |
90 #define PIDGIN_STOCK_DIALOG_ERROR "pidgin-dialog-error" | |
91 #define PIDGIN_STOCK_DIALOG_INFO "pidgin-dialog-info" | |
92 #define PIDGIN_STOCK_DIALOG_MAIL "pidgin-dialog-mail" | |
93 #define PIDGIN_STOCK_DIALOG_QUESTION "pidgin-dialog-question" | |
94 #define PIDGIN_STOCK_DIALOG_COOL "pidgin-dialog-cool" | |
95 #define PIDGIN_STOCK_DIALOG_WARNING "pidgin-dialog-warning" | |
15397
a8ee645e7fb4
A lot of status icon changes:
Sean Egan <seanegan@gmail.com>
parents:
15374
diff
changeset
|
96 |
15455
3b45081f6183
Finish converting the statusbox. Note the connecting and animation icons are too large. I put out a request to Hylke.
Sean Egan <seanegan@gmail.com>
parents:
15439
diff
changeset
|
97 /* StatusBox Animations */ |
3b45081f6183
Finish converting the statusbox. Note the connecting and animation icons are too large. I put out a request to Hylke.
Sean Egan <seanegan@gmail.com>
parents:
15439
diff
changeset
|
98 #define PIDGIN_STOCK_ANIMATION_CONNECT0 "pidgin-anim-connect0" |
3b45081f6183
Finish converting the statusbox. Note the connecting and animation icons are too large. I put out a request to Hylke.
Sean Egan <seanegan@gmail.com>
parents:
15439
diff
changeset
|
99 #define PIDGIN_STOCK_ANIMATION_CONNECT1 "pidgin-anim-connect1" |
3b45081f6183
Finish converting the statusbox. Note the connecting and animation icons are too large. I put out a request to Hylke.
Sean Egan <seanegan@gmail.com>
parents:
15439
diff
changeset
|
100 #define PIDGIN_STOCK_ANIMATION_CONNECT2 "pidgin-anim-connect2" |
3b45081f6183
Finish converting the statusbox. Note the connecting and animation icons are too large. I put out a request to Hylke.
Sean Egan <seanegan@gmail.com>
parents:
15439
diff
changeset
|
101 #define PIDGIN_STOCK_ANIMATION_CONNECT3 "pidgin-anim-connect3" |
3b45081f6183
Finish converting the statusbox. Note the connecting and animation icons are too large. I put out a request to Hylke.
Sean Egan <seanegan@gmail.com>
parents:
15439
diff
changeset
|
102 #define PIDGIN_STOCK_ANIMATION_TYPING0 "pidgin-anim-typing0" |
3b45081f6183
Finish converting the statusbox. Note the connecting and animation icons are too large. I put out a request to Hylke.
Sean Egan <seanegan@gmail.com>
parents:
15439
diff
changeset
|
103 #define PIDGIN_STOCK_ANIMATION_TYPING1 "pidgin-anim-typing1" |
3b45081f6183
Finish converting the statusbox. Note the connecting and animation icons are too large. I put out a request to Hylke.
Sean Egan <seanegan@gmail.com>
parents:
15439
diff
changeset
|
104 #define PIDGIN_STOCK_ANIMATION_TYPING2 "pidgin-anim-typing2" |
3b45081f6183
Finish converting the statusbox. Note the connecting and animation icons are too large. I put out a request to Hylke.
Sean Egan <seanegan@gmail.com>
parents:
15439
diff
changeset
|
105 #define PIDGIN_STOCK_ANIMATION_TYPING3 "pidgin-anim-typing3" |
3b45081f6183
Finish converting the statusbox. Note the connecting and animation icons are too large. I put out a request to Hylke.
Sean Egan <seanegan@gmail.com>
parents:
15439
diff
changeset
|
106 |
15560
442128853bdb
toolbar/menu icons. reduce the imhtmltoolbar spacing. more gaimstock pruning
Sean Egan <seanegan@gmail.com>
parents:
15514
diff
changeset
|
107 /* Toolbar (and menu) icons */ |
442128853bdb
toolbar/menu icons. reduce the imhtmltoolbar spacing. more gaimstock pruning
Sean Egan <seanegan@gmail.com>
parents:
15514
diff
changeset
|
108 #define PIDGIN_STOCK_TOOLBAR_ACCOUNTS "pidgin-accounts" |
442128853bdb
toolbar/menu icons. reduce the imhtmltoolbar spacing. more gaimstock pruning
Sean Egan <seanegan@gmail.com>
parents:
15514
diff
changeset
|
109 #define PIDGIN_STOCK_TOOLBAR_BGCOLOR "pidgin-bgcolor" |
442128853bdb
toolbar/menu icons. reduce the imhtmltoolbar spacing. more gaimstock pruning
Sean Egan <seanegan@gmail.com>
parents:
15514
diff
changeset
|
110 #define PIDGIN_STOCK_TOOLBAR_FGCOLOR "pidgin-fgcolor" |
442128853bdb
toolbar/menu icons. reduce the imhtmltoolbar spacing. more gaimstock pruning
Sean Egan <seanegan@gmail.com>
parents:
15514
diff
changeset
|
111 #define PIDGIN_STOCK_TOOLBAR_SMILEY "pidgin-smiley" |
442128853bdb
toolbar/menu icons. reduce the imhtmltoolbar spacing. more gaimstock pruning
Sean Egan <seanegan@gmail.com>
parents:
15514
diff
changeset
|
112 #define PIDGIN_STOCK_TOOLBAR_TEXT_SMALLER "pidgin-text-smaller" |
442128853bdb
toolbar/menu icons. reduce the imhtmltoolbar spacing. more gaimstock pruning
Sean Egan <seanegan@gmail.com>
parents:
15514
diff
changeset
|
113 #define PIDGIN_STOCK_TOOLBAR_TEXT_LARGER "pidgin-text-larger" |
442128853bdb
toolbar/menu icons. reduce the imhtmltoolbar spacing. more gaimstock pruning
Sean Egan <seanegan@gmail.com>
parents:
15514
diff
changeset
|
114 #define PIDGIN_STOCK_TOOLBAR_INSERT_IMAGE "pidgin-insert-image" |
442128853bdb
toolbar/menu icons. reduce the imhtmltoolbar spacing. more gaimstock pruning
Sean Egan <seanegan@gmail.com>
parents:
15514
diff
changeset
|
115 #define PIDGIN_STOCK_TOOLBAR_INSERT_LINK "pidgin-insert-link" |
442128853bdb
toolbar/menu icons. reduce the imhtmltoolbar spacing. more gaimstock pruning
Sean Egan <seanegan@gmail.com>
parents:
15514
diff
changeset
|
116 #define PIDGIN_STOCK_TOOLBAR_MESSAGE_NEW "pidgin-message-new" |
442128853bdb
toolbar/menu icons. reduce the imhtmltoolbar spacing. more gaimstock pruning
Sean Egan <seanegan@gmail.com>
parents:
15514
diff
changeset
|
117 #define PIDGIN_STOCK_TOOLBAR_PLUGINS "pidgin-plugins" |
442128853bdb
toolbar/menu icons. reduce the imhtmltoolbar spacing. more gaimstock pruning
Sean Egan <seanegan@gmail.com>
parents:
15514
diff
changeset
|
118 #define PIDGIN_STOCK_TOOLBAR_TYPING "pidgin-typing" |
442128853bdb
toolbar/menu icons. reduce the imhtmltoolbar spacing. more gaimstock pruning
Sean Egan <seanegan@gmail.com>
parents:
15514
diff
changeset
|
119 #define PIDGIN_STOCK_TOOLBAR_USER_INFO "pidgin-info" |
442128853bdb
toolbar/menu icons. reduce the imhtmltoolbar spacing. more gaimstock pruning
Sean Egan <seanegan@gmail.com>
parents:
15514
diff
changeset
|
120 #define PIDGIN_STOCK_TOOLBAR_PENDING "pidgin-pending" |
15374
5fe8042783c1
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
121 /*@}*/ |
5fe8042783c1
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
122 |
5fe8042783c1
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
123 /** |
5fe8042783c1
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
124 * For using icons that aren't one of the default GTK_ICON_SIZEs |
5fe8042783c1
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
125 */ |
15436 | 126 #define PIDGIN_ICON_SIZE_TANGO_EXTRA_SMALL "pidgin-icon-size-tango-extra-small" |
127 #define PIDGIN_ICON_SIZE_TANGO_SMALL "pidgin-icon-size-tango-small" | |
128 #define PIDGIN_ICON_SIZE_TANGO_MEDIUM "pidgin-icon-size-tango-medium" | |
129 #define PIDGIN_ICON_SIZE_TANGO_HUGE "pidgin-icon-size-tango-huge" | |
15374
5fe8042783c1
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
130 /** |
5fe8042783c1
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
131 * Sets up the gaim stock repository. |
5fe8042783c1
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
132 */ |
15501
d75099d2567e
gaim_gtk to pidgin. I hope
Sean Egan <seanegan@gmail.com>
parents:
15497
diff
changeset
|
133 void pidgin_stock_init(void); |
15374
5fe8042783c1
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
134 |
15509 | 135 #endif /* _PIDGIN_STOCK_H_ */ |