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:
@ -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:
|
||||
|
||||
16
art/jump.xpm
16
art/jump.xpm
@ -12,3 +12,19 @@ static char * jump_xpm[] = {
|
||||
".++++++++++++++.",
|
||||
".++++++++++++++.",
|
||||
"................"};
|
||||
|
||||
static char * jump_xpm_focused[] = {
|
||||
"16 8 3 1",
|
||||
" c None",
|
||||
". c #0000FF",
|
||||
"+ c #FFFF00",
|
||||
"................",
|
||||
"................",
|
||||
"..++++++++++++..",
|
||||
"..+..++..++..+..",
|
||||
"..+..++..++..+..",
|
||||
"..++++++++++++..",
|
||||
"................",
|
||||
"................"};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user