annotate src/win32/winprefs.h @ 4041:3a36ec242415

[gaim-migrate @ 4249] Michael Golden replaced a deprecated gtk call, and I fixed a leak in gtkimhtmlc. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Tue, 03 Dec 2002 22:26:54 +0000
parents 0d8b71d0d8f8
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4025
0d8b71d0d8f8 [gaim-migrate @ 4229]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
1 /*
0d8b71d0d8f8 [gaim-migrate @ 4229]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
2 * winprefs.h
0d8b71d0d8f8 [gaim-migrate @ 4229]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
3 *
0d8b71d0d8f8 [gaim-migrate @ 4229]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
4 * Author: Herman Bloggs <hermanator12002@yahoo.com>
0d8b71d0d8f8 [gaim-migrate @ 4229]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
5 * Date: November, 2002
0d8b71d0d8f8 [gaim-migrate @ 4229]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
6 * Description: Windows only preferences page
0d8b71d0d8f8 [gaim-migrate @ 4229]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
7 */
0d8b71d0d8f8 [gaim-migrate @ 4229]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
8 #ifndef _WINPREFS_H
0d8b71d0d8f8 [gaim-migrate @ 4229]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
9 #define _WINPREFS_H
0d8b71d0d8f8 [gaim-migrate @ 4229]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
10
0d8b71d0d8f8 [gaim-migrate @ 4229]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
11 extern guint wgaim_options;
0d8b71d0d8f8 [gaim-migrate @ 4229]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
12 #define OPT_WGAIM_IMTRANS 0x00000001
0d8b71d0d8f8 [gaim-migrate @ 4229]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
13 #define OPT_WGAIM_SHOW_IMTRANS 0x00000002
0d8b71d0d8f8 [gaim-migrate @ 4229]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
14
0d8b71d0d8f8 [gaim-migrate @ 4229]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
15 #if 0
0d8b71d0d8f8 [gaim-migrate @ 4229]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
16 #define OPT_WGAIM_ 0x00000004
0d8b71d0d8f8 [gaim-migrate @ 4229]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
17 #define OPT_WGAIM_ 0x00000008
0d8b71d0d8f8 [gaim-migrate @ 4229]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
18 #endif
0d8b71d0d8f8 [gaim-migrate @ 4229]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
19
0d8b71d0d8f8 [gaim-migrate @ 4229]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
20 extern GtkWidget *wgaim_winprefs_page();
0d8b71d0d8f8 [gaim-migrate @ 4229]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
21
0d8b71d0d8f8 [gaim-migrate @ 4229]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
22
0d8b71d0d8f8 [gaim-migrate @ 4229]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
23 #endif /*_WINPREFS_H*/