comparison src/gtkprefs.h @ 7931:2a781d4178ba

[gaim-migrate @ 8602] Make the prefs away message tree view thing actually scroll when you use the arrow keys to scroll through your away messages. Same for the privacy lists and for list of users in a chat. Although, the last one you can't use the keyboard because input is stolen by the text input box. Make the menu item for blocking users gray out if the protocol doesn't support it. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 26 Dec 2003 20:34:58 +0000
parents 2c4c975620f0
children 8e5a21b1efa6
comparison
equal deleted inserted replaced
7930:68f70cf074d0 7931:2a781d4178ba
39 * Shows the preferences dialog. 39 * Shows the preferences dialog.
40 */ 40 */
41 void gaim_gtk_prefs_show(void); 41 void gaim_gtk_prefs_show(void);
42 42
43 /** 43 /**
44 * Sets the default away message.
45 *
46 * @todo This should be moved or renamed or something?
47 */
48 void set_default_away(GtkWidget *, gpointer);
49
50 /**
51 * Initializes the default away menu. 44 * Initializes the default away menu.
52 * 45 *
53 * @todo This should be moved or renamed or something? 46 * @todo This should be moved or renamed or something?
54 */ 47 */
55 void default_away_menu_init(GtkWidget *); 48 void default_away_menu_init(GtkWidget *);