annotate pixmaps/bsmile.xpm @ 4946:154eb3188788

[gaim-migrate @ 5280] Another gaim first, ladies and gentlemen! I've been reading some books and sites on interface design and realized something. The natural order for humans (or at least Western people?) is a top-down approach. Menus drop down. Webpages go from top to bottom. You tend to scroll down rather than up. Everything goes from the top to the bottom. Apple realizes this, and that's why the menubar has always been at the top. Microsoft never really grasped this, and we all know how clunky the Start button feels. So this commit puts the input box on IMs (I'll get to chats after school) above the gtkimhtml widget. This feels much more natural, as what you type then jumps down to the input widget. Though it may look odd at first, you'll all realize just how comfortable gaim is now in comparison to any other IM client. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 01 Apr 2003 08:25:37 +0000 (2003-04-01)
parents 230b022108f4
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
500
230b022108f4 [gaim-migrate @ 510]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
diff changeset
1 /* XPM */
230b022108f4 [gaim-migrate @ 510]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
diff changeset
2 static char * bsmile_xpm[] = {
230b022108f4 [gaim-migrate @ 510]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
diff changeset
3 "15 15 7 1",
230b022108f4 [gaim-migrate @ 510]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
diff changeset
4 " c None",
230b022108f4 [gaim-migrate @ 510]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
diff changeset
5 ". c #000000",
230b022108f4 [gaim-migrate @ 510]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
diff changeset
6 "+ c #CCCC00",
230b022108f4 [gaim-migrate @ 510]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
diff changeset
7 "@ c #FFFF00",
230b022108f4 [gaim-migrate @ 510]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
diff changeset
8 "# c #666600",
230b022108f4 [gaim-migrate @ 510]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
diff changeset
9 "$ c #999900",
230b022108f4 [gaim-migrate @ 510]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
diff changeset
10 "% c #FF3300",
230b022108f4 [gaim-migrate @ 510]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
diff changeset
11 " ......... ",
230b022108f4 [gaim-migrate @ 510]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
diff changeset
12 " .@@@@@@@@@. ",
230b022108f4 [gaim-migrate @ 510]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
diff changeset
13 " .@@@@@@@@@@@. ",
230b022108f4 [gaim-migrate @ 510]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
diff changeset
14 ".@@@.@@@@@.@@@.",
230b022108f4 [gaim-migrate @ 510]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
diff changeset
15 ".@@...@@@...@@.",
230b022108f4 [gaim-migrate @ 510]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
diff changeset
16 ".@@...@@@...@@.",
230b022108f4 [gaim-migrate @ 510]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
diff changeset
17 ".@@@.@@@@@.@@@.",
230b022108f4 [gaim-migrate @ 510]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
diff changeset
18 ".@@@@@@@@@@@@@.",
230b022108f4 [gaim-migrate @ 510]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
diff changeset
19 ".@@@@@@@@@@@@@.",
230b022108f4 [gaim-migrate @ 510]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
diff changeset
20 ".@@.+@@@@@+.@@.",
230b022108f4 [gaim-migrate @ 510]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
diff changeset
21 ".@@@.@@@@@.@@@.",
230b022108f4 [gaim-migrate @ 510]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
diff changeset
22 ".@@@.%%%%%.@@@.",
230b022108f4 [gaim-migrate @ 510]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
diff changeset
23 " .@@@.....@@@. ",
230b022108f4 [gaim-migrate @ 510]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
diff changeset
24 " .@@@@@@@@@. ",
230b022108f4 [gaim-migrate @ 510]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
diff changeset
25 " ......... "};