add icon for the focused jump button.

2003-09-12  Bolian Yin <bolian.yin@sun.com>

        * jump.xpm: add icon for the focused jump button.

svn path=/trunk/; revision=22547
This commit is contained in:
Bolian Yin
2003-09-12 06:58:56 +00:00
committed by Bolian Yin
parent 98d9d6683a
commit 28cdcf79a3
2 changed files with 20 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2003-09-12 Bolian Yin <bolian.yin@sun.com>
* jump.xpm: add icon for the focused jump button.
2003-08-28 Hans Petter Jansson <hpj@ximian.com>
* appointment-reminder.png:

View File

@ -12,3 +12,19 @@ static char * jump_xpm[] = {
".++++++++++++++.",
".++++++++++++++.",
"................"};
static char * jump_xpm_focused[] = {
"16 8 3 1",
" c None",
". c #0000FF",
"+ c #FFFF00",
"................",
"................",
"..++++++++++++..",
"..+..++..++..+..",
"..+..++..++..+..",
"..++++++++++++..",
"................",
"................"};