annotate pixmaps/arrow_right.xpm @ 5781:c8837160add6

[gaim-migrate @ 6206] I still think this looks better. Now that Sean put the icons next to the screenname (didn't he just tell me that was a bad idea?), we can get the Accounts dialog back into the design it used to be in. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 07 Jun 2003 01:00:26 +0000
parents bb7527b5f426
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3131
bb7527b5f426 [gaim-migrate @ 3146]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
1 /* XPM */
bb7527b5f426 [gaim-migrate @ 3146]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2 static char * arrow_right_xpm[] = {
bb7527b5f426 [gaim-migrate @ 3146]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
3 "11 11 3 1",
bb7527b5f426 [gaim-migrate @ 3146]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
4 " c None",
bb7527b5f426 [gaim-migrate @ 3146]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
5 ". c #000000",
bb7527b5f426 [gaim-migrate @ 3146]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
6 "+ c #FFFFFF",
bb7527b5f426 [gaim-migrate @ 3146]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
7 " . ",
bb7527b5f426 [gaim-migrate @ 3146]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
8 " .. ",
bb7527b5f426 [gaim-migrate @ 3146]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
9 " .+. ",
bb7527b5f426 [gaim-migrate @ 3146]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
10 " .++. ",
bb7527b5f426 [gaim-migrate @ 3146]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
11 " .+++. ",
bb7527b5f426 [gaim-migrate @ 3146]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
12 " .++++. ",
bb7527b5f426 [gaim-migrate @ 3146]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
13 " .+++. ",
bb7527b5f426 [gaim-migrate @ 3146]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
14 " .++. ",
bb7527b5f426 [gaim-migrate @ 3146]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
15 " .+. ",
bb7527b5f426 [gaim-migrate @ 3146]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
16 " .. ",
bb7527b5f426 [gaim-migrate @ 3146]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
17 " . "};