pidginstock.h

Go to the documentation of this file.
00001 
00006 /* pidgin
00007  *
00008  * Pidgin is the legal property of its developers, whose names are too numerous
00009  * to list here.  Please refer to the COPYRIGHT file distributed with this
00010  * source distribution.
00011  * 
00012  * This program is free software; you can redistribute it and/or modify
00013  * it under the terms of the GNU General Public License as published by
00014  * the Free Software Foundation; either version 2 of the License, or
00015  * (at your option) any later version.
00016  *
00017  * This program is distributed in the hope that it will be useful,
00018  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00019  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00020  * GNU General Public License for more details.
00021  *
00022  * You should have received a copy of the GNU General Public License
00023  * along with this program; if not, write to the Free Software
00024  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111-1301  USA
00025  */
00026 #include <gtk/gtkstock.h>
00027 
00028 #ifndef _PIDGIN_STOCK_H_
00029 #define _PIDGIN_STOCK_H_
00030 
00031 /**************************************************************************/
00033 /**************************************************************************/
00035 #define PIDGIN_STOCK_ACTION          "pidgin-action"
00036 #define PIDGIN_STOCK_ALIAS           "pidgin-alias"
00037 #define PIDGIN_STOCK_AWAY            "pidgin-away"
00038 #define PIDGIN_STOCK_CHAT            "pidgin-chat"
00039 #define PIDGIN_STOCK_CLEAR           "pidgin-clear"
00040 #define PIDGIN_STOCK_CLOSE_TABS      "pidgin-close-tab"
00041 #define PIDGIN_STOCK_DEBUG           "pidgin-debug"
00042 #define PIDGIN_STOCK_DISCONNECT      "pidgin-disconnect"
00043 #define PIDGIN_STOCK_DOWNLOAD        "pidgin-download"
00044 #define PIDGIN_STOCK_EDIT            "pidgin-edit"
00045 #define PIDGIN_STOCK_FGCOLOR         "pidgin-fgcolor"
00046 #define PIDGIN_STOCK_FILE_CANCELED   "pidgin-file-canceled"
00047 #define PIDGIN_STOCK_FILE_DONE       "pidgin-file-done"
00048 #define PIDGIN_STOCK_IGNORE          "pidgin-ignore"
00049 #define PIDGIN_STOCK_INFO            "pidgin-info"
00050 #define PIDGIN_STOCK_INVITE          "pidgin-invite"
00051 #define PIDGIN_STOCK_MODIFY          "pidgin-modify"
00052 #define PIDGIN_STOCK_OPEN_MAIL       "pidgin-stock-open-mail"
00053 #define PIDGIN_STOCK_PAUSE           "pidgin-pause"
00054 #define PIDGIN_STOCK_POUNCE          "pidgin-pounce"
00055 #define PIDGIN_STOCK_SIGN_OFF        "pidgin-sign-off"
00056 #define PIDGIN_STOCK_SIGN_ON         "pidgin-sign-on"
00057 #define PIDGIN_STOCK_TEXT_NORMAL     "pidgin-text-normal"
00058 #define PIDGIN_STOCK_TYPED           "pidgin-typed"
00059 #define PIDGIN_STOCK_UPLOAD          "pidgin-upload"
00060 
00061 /* Status icons */
00062 #define PIDGIN_STOCK_STATUS_AVAILABLE  "pidgin-status-available"
00063 #define PIDGIN_STOCK_STATUS_AVAILABLE_I "pidgin-status-available-i"
00064 #define PIDGIN_STOCK_STATUS_AWAY       "pidgin-status-away"
00065 #define PIDGIN_STOCK_STATUS_AWAY_I     "pidgin-status-away-i"
00066 #define PIDGIN_STOCK_STATUS_BUSY       "pidgin-status-busy"
00067 #define PIDGIN_STOCK_STATUS_BUSY_I     "pidgin-status-busy-i"
00068 #define PIDGIN_STOCK_STATUS_CHAT       "pidgin-status-chat"
00069 #define PIDGIN_STOCK_STATUS_INVISIBLE  "pidgin-status-invisible"
00070 #define PIDGIN_STOCK_STATUS_XA         "pidgin-status-xa"
00071 #define PIDGIN_STOCK_STATUS_XA_I       "pidgin-status-xa-i"
00072 #define PIDGIN_STOCK_STATUS_LOGIN      "pidgin-status-login"
00073 #define PIDGIN_STOCK_STATUS_LOGOUT     "pidgin-status-logout"
00074 #define PIDGIN_STOCK_STATUS_OFFLINE    "pidgin-status-offline"
00075 #define PIDGIN_STOCK_STATUS_OFFLINE_I  "pidgin-status-offline"
00076 #define PIDGIN_STOCK_STATUS_PERSON     "pidgin-status-person"
00077 #define PIDGIN_STOCK_STATUS_MESSAGE    "pidgin-status-message"
00078 
00079 /* Chat room emblems */
00080 #define PIDGIN_STOCK_STATUS_IGNORED    "pidgin-status-ignored"
00081 #define PIDGIN_STOCK_STATUS_FOUNDER    "pidgin-status-founder"
00082 #define PIDGIN_STOCK_STATUS_OPERATOR   "pidgin-status-operator"
00083 #define PIDGIN_STOCK_STATUS_HALFOP     "pidgin-status-halfop"
00084 #define PIDGIN_STOCK_STATUS_VOICE      "pidgin-status-voice"
00085 
00086 /* Dialog icons */
00087 #define PIDGIN_STOCK_DIALOG_AUTH    "pidgin-dialog-auth"
00088 #define PIDGIN_STOCK_DIALOG_ERROR   "pidgin-dialog-error"
00089 #define PIDGIN_STOCK_DIALOG_INFO    "pidgin-dialog-info"
00090 #define PIDGIN_STOCK_DIALOG_MAIL    "pidgin-dialog-mail"
00091 #define PIDGIN_STOCK_DIALOG_QUESTION    "pidgin-dialog-question"
00092 #define PIDGIN_STOCK_DIALOG_COOL    "pidgin-dialog-cool"
00093 #define PIDGIN_STOCK_DIALOG_WARNING "pidgin-dialog-warning"
00094 
00095 /* StatusBox Animations */
00096 #define PIDGIN_STOCK_ANIMATION_CONNECT0 "pidgin-anim-connect0"
00097 #define PIDGIN_STOCK_ANIMATION_CONNECT1 "pidgin-anim-connect1"
00098 #define PIDGIN_STOCK_ANIMATION_CONNECT2 "pidgin-anim-connect2"
00099 #define PIDGIN_STOCK_ANIMATION_CONNECT3 "pidgin-anim-connect3"
00100 #define PIDGIN_STOCK_ANIMATION_CONNECT4 "pidgin-anim-connect4"
00101 #define PIDGIN_STOCK_ANIMATION_CONNECT5 "pidgin-anim-connect5"
00102 #define PIDGIN_STOCK_ANIMATION_CONNECT6 "pidgin-anim-connect6"
00103 #define PIDGIN_STOCK_ANIMATION_CONNECT7 "pidgin-anim-connect7"
00104 #define PIDGIN_STOCK_ANIMATION_CONNECT8 "pidgin-anim-connect8"
00105 #define PIDGIN_STOCK_ANIMATION_TYPING0  "pidgin-anim-typing0"
00106 #define PIDGIN_STOCK_ANIMATION_TYPING1  "pidgin-anim-typing1"
00107 #define PIDGIN_STOCK_ANIMATION_TYPING2  "pidgin-anim-typing2"
00108 #define PIDGIN_STOCK_ANIMATION_TYPING3  "pidgin-anim-typing3"
00109 #define PIDGIN_STOCK_ANIMATION_TYPING4  "pidgin-anim-typing4"
00110 #define PIDGIN_STOCK_ANIMATION_TYPING5  "pidgin-anim-typing5"
00111 
00112 /* Toolbar (and menu) icons */
00113 #define PIDGIN_STOCK_TOOLBAR_ACCOUNTS     "pidgin-accounts"
00114 #define PIDGIN_STOCK_TOOLBAR_BGCOLOR      "pidgin-bgcolor"
00115 #define PIDGIN_STOCK_TOOLBAR_BLOCK        "pidgin-block"
00116 #define PIDGIN_STOCK_TOOLBAR_FGCOLOR      "pidgin-fgcolor"
00117 #define PIDGIN_STOCK_TOOLBAR_SMILEY       "pidgin-smiley"
00118 #define PIDGIN_STOCK_TOOLBAR_FONT_FACE    "pidgin-font-face"
00119 #define PIDGIN_STOCK_TOOLBAR_TEXT_SMALLER "pidgin-text-smaller"
00120 #define PIDGIN_STOCK_TOOLBAR_TEXT_LARGER  "pidgin-text-larger"
00121 #define PIDGIN_STOCK_TOOLBAR_INSERT       "pidgin-insert"
00122 #define PIDGIN_STOCK_TOOLBAR_INSERT_IMAGE "pidgin-insert-image"
00123 #define PIDGIN_STOCK_TOOLBAR_INSERT_LINK  "pidgin-insert-link"
00124 #define PIDGIN_STOCK_TOOLBAR_MESSAGE_NEW  "pidgin-message-new"
00125 #define PIDGIN_STOCK_TOOLBAR_PENDING      "pidgin-pending"
00126 #define PIDGIN_STOCK_TOOLBAR_PLUGINS      "pidgin-plugins"
00127 #define PIDGIN_STOCK_TOOLBAR_TYPING       "pidgin-typing"
00128 #define PIDGIN_STOCK_TOOLBAR_USER_INFO    "pidgin-info"
00129 #define PIDGIN_STOCK_TOOLBAR_UNBLOCK      "pidgin-unblock"
00130 #define PIDGIN_STOCK_TOOLBAR_SELECT_AVATAR "pidgin-select-avatar"
00131 #define PIDGIN_STOCK_TOOLBAR_SEND_FILE    "pidgin-send-file"
00132 
00133 /* Tray icons */
00134 #define PIDGIN_STOCK_TRAY_AVAILABLE       "pidgin-tray-available"
00135 #define PIDGIN_STOCK_TRAY_INVISIBLE   "pidgin-tray-invisible"
00136 #define PIDGIN_STOCK_TRAY_AWAY        "pidgin-tray-away"
00137 #define PIDGIN_STOCK_TRAY_BUSY            "pidgin-tray-busy"
00138 #define PIDGIN_STOCK_TRAY_XA              "pidgin-tray-xa"
00139 #define PIDGIN_STOCK_TRAY_OFFLINE         "pidgin-tray-offline"
00140 #define PIDGIN_STOCK_TRAY_CONNECT         "pidgin-tray-connect"
00141 #define PIDGIN_STOCK_TRAY_PENDING         "pidgin-tray-pending"
00142 #define PIDGIN_STOCK_TRAY_EMAIL       "pidgin-tray-email"
00143 
00144 
00150 #define PIDGIN_ICON_SIZE_TANGO_MICROSCOPIC    "pidgin-icon-size-tango-microscopic"
00151 #define PIDGIN_ICON_SIZE_TANGO_EXTRA_SMALL    "pidgin-icon-size-tango-extra-small"
00152 #define PIDGIN_ICON_SIZE_TANGO_SMALL          "pidgin-icon-size-tango-small"
00153 #define PIDGIN_ICON_SIZE_TANGO_MEDIUM         "pidgin-icon-size-tango-medium"
00154 #define PIDGIN_ICON_SIZE_TANGO_LARGE          "pidgin-icon-size-tango-large"
00155 #define PIDGIN_ICON_SIZE_TANGO_HUGE           "pidgin-icon-size-tango-huge"
00156 
00159 void pidgin_stock_init(void);
00160 
00161 #endif /* _PIDGIN_STOCK_H_ */