comparison src/gtkstock.h @ 10643:868aafbe859b

[gaim-migrate @ 12153] GtkGaimStatusBox, a new status selection widget. It currently sucks. Pretty much just the UI code with enough copy/paste code hacked in from gtkstatusselector to minimally work. Minimally work provided you're only using protocol which have already been updated to handle offline/online as statuses. Which I think is limited to AIM and Yahoo! right now. Anyway, it's cool. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sun, 27 Feb 2005 08:35:11 +0000
parents ec140184437b
children b33eccbc3a10
comparison
equal deleted inserted replaced
10642:0376d4c84b9f 10643:868aafbe859b
66 #define GAIM_STOCK_PAUSE "gaim-pause" 66 #define GAIM_STOCK_PAUSE "gaim-pause"
67 #define GAIM_STOCK_SEND "gaim-send" 67 #define GAIM_STOCK_SEND "gaim-send"
68 #define GAIM_STOCK_SIGN_OFF "gaim-sign-off" 68 #define GAIM_STOCK_SIGN_OFF "gaim-sign-off"
69 #define GAIM_STOCK_SIGN_ON "gaim-sign-on" 69 #define GAIM_STOCK_SIGN_ON "gaim-sign-on"
70 #define GAIM_STOCK_SMILEY "gaim-smiley" 70 #define GAIM_STOCK_SMILEY "gaim-smiley"
71 #define GAIM_STOCK_STATUS_ONLINE "gaim-status-online"
72 #define GAIM_STOCK_STATUS_AWAY "gaim-status-away"
73 #define GAIM_STOCK_STATUS_INVISIBLE "gaim-status-invisible"
74 #define GAIM_STOCK_STATUS_OFFLINE "gaim-status-offline"
75 #define GAIM_STOCK_STATUS_TYPING0 "gaim-status-typing0"
76 #define GAIM_STOCK_STATUS_TYPING1 "gaim-status-typing1"
77 #define GAIM_STOCK_STATUS_TYPING2 "gaim-status-typing2"
78 #define GAIM_STOCK_STATUS_TYPING3 "gaim-status-typing3"
79 #define GAIM_STOCK_STATUS_CONNECT0 "gaim-status-connect0"
80 #define GAIM_STOCK_STATUS_CONNECT1 "gaim-status-connect1"
81 #define GAIM_STOCK_STATUS_CONNECT2 "gaim-status-connect2"
82 #define GAIM_STOCK_STATUS_CONNECT3 "gaim-status-connect3"
71 #define GAIM_STOCK_TEXT_BIGGER "gaim-text-bigger" 83 #define GAIM_STOCK_TEXT_BIGGER "gaim-text-bigger"
72 #define GAIM_STOCK_TEXT_NORMAL "gaim-text-normal" 84 #define GAIM_STOCK_TEXT_NORMAL "gaim-text-normal"
73 #define GAIM_STOCK_TEXT_SMALLER "gaim-text-smaller" 85 #define GAIM_STOCK_TEXT_SMALLER "gaim-text-smaller"
74 #define GAIM_STOCK_TYPED "gaim-typed" 86 #define GAIM_STOCK_TYPED "gaim-typed"
75 #define GAIM_STOCK_TYPING "gaim-typing" 87 #define GAIM_STOCK_TYPING "gaim-typing"
80 /** 92 /**
81 * For using icons that aren't one of the default GTK_ICON_SIZEs 93 * For using icons that aren't one of the default GTK_ICON_SIZEs
82 */ 94 */
83 #define GAIM_ICON_SIZE_DIALOG_COOL "gaim-icon-size-dialog-cool" 95 #define GAIM_ICON_SIZE_DIALOG_COOL "gaim-icon-size-dialog-cool"
84 #define GAIM_ICON_SIZE_LOGO "gaim-icon-size-logo" 96 #define GAIM_ICON_SIZE_LOGO "gaim-icon-size-logo"
97 #define GAIM_ICON_SIZE_STATUS "gaim-icon-size-status"
85 98
86 /** 99 /**
87 * Sets up the gaim stock repository. 100 * Sets up the gaim stock repository.
88 */ 101 */
89 void gaim_gtk_stock_init(void); 102 void gaim_gtk_stock_init(void);