comparison src/gaim.h @ 2385:bdc74764245c

[gaim-migrate @ 2398] Sean Egan's tab-completion patch. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 28 Sep 2001 12:15:54 +0000
parents 569ae9f2bb89
children a7ecfd3f7714
comparison
equal deleted inserted replaced
2384:05034cd0402b 2385:bdc74764245c
68 #define WFLAG_AUTO 0x04 68 #define WFLAG_AUTO 0x04
69 #define WFLAG_WHISPER 0x08 69 #define WFLAG_WHISPER 0x08
70 #define WFLAG_FILERECV 0x10 70 #define WFLAG_FILERECV 0x10
71 #define WFLAG_SYSTEM 0x20 71 #define WFLAG_SYSTEM 0x20
72 #define WFLAG_NICK 0x40 72 #define WFLAG_NICK 0x40
73 #define WFLAG_NOLOG 0x80
73 74
74 #define AUTO_RESPONSE "&lt;AUTO-REPLY&gt; : " 75 #define AUTO_RESPONSE "&lt;AUTO-REPLY&gt; : "
75 76
76 #define PLUGIN_DIR ".gaim/plugins/" 77 #define PLUGIN_DIR ".gaim/plugins/"
77 78
526 #define OPT_CHAT_BUTTON_XPM 0x00000004 527 #define OPT_CHAT_BUTTON_XPM 0x00000004
527 #define OPT_CHAT_LOGON 0x00000008 528 #define OPT_CHAT_LOGON 0x00000008
528 #define OPT_CHAT_POPUP 0x00000010 529 #define OPT_CHAT_POPUP 0x00000010
529 #define OPT_CHAT_SIDE_TAB 0x00000020 530 #define OPT_CHAT_SIDE_TAB 0x00000020
530 #define OPT_CHAT_BR_TAB 0x00000040 531 #define OPT_CHAT_BR_TAB 0x00000040
532 #define OPT_CHAT_TAB_COMPLETE 0x00000080
533 #define OPT_CHAT_OLD_STYLE_TAB 0x00000100
531 534
532 extern guint font_options; 535 extern guint font_options;
533 #define OPT_FONT_BOLD 0x00000001 536 #define OPT_FONT_BOLD 0x00000001
534 #define OPT_FONT_ITALIC 0x00000002 537 #define OPT_FONT_ITALIC 0x00000002
535 #define OPT_FONT_UNDERLINE 0x00000008 538 #define OPT_FONT_UNDERLINE 0x00000008