From: mtadel Date: Mon, 5 Mar 2007 15:23:19 +0000 (+0000) Subject: New folder icons/ with improved check-box pictures. X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=de30ddfac8e5febefc548db0ac0d2a112d359399;hp=2fbbf44569e5c872e5c6838f3481e6a4269ea9d0 New folder icons/ with improved check-box pictures. --- diff --git a/EVE/icons/rnr00_t.xpm b/EVE/icons/rnr00_t.xpm new file mode 100644 index 00000000000..b0a39b9506c --- /dev/null +++ b/EVE/icons/rnr00_t.xpm @@ -0,0 +1,23 @@ +/* XPM */ +static char * unchecked_xpm[] = { +"16 16 4 1", +" c None", +". c #808080", +"X c Black", +"o c #c0c0c0", +" ", +" ", +" ............ ", +" .XXXXXXXXXXo ", +" .X o ", +" .X o ", +" .X o ", +" .X o ", +" .X o ", +" .X o ", +" .X o ", +" .X o ", +" .X o ", +" .ooooooooooo ", +" ", +" "}; diff --git a/EVE/icons/rnr01_t.xpm b/EVE/icons/rnr01_t.xpm new file mode 100644 index 00000000000..fcef7af011b --- /dev/null +++ b/EVE/icons/rnr01_t.xpm @@ -0,0 +1,23 @@ +/* XPM */ +static char * checked_dis_xpm[] = { +"16 16 4 1", +" c None", +". c #808080", +"X c Black", +"o c #c0c0c0", +" ", +" ", +" ............ ", +" .XXXXXXXXXXo ", +" .Xoooooooooo ", +" .Xooooooo.oo ", +" .Xoooooo..oo ", +" .Xo.ooo...oo ", +" .Xo..o...ooo ", +" .Xo.....oooo ", +" .Xoo...ooooo ", +" .Xooo.oooooo ", +" .Xoooooooooo ", +" .ooooooooooo ", +" ", +" "}; diff --git a/EVE/icons/rnr10_t.xpm b/EVE/icons/rnr10_t.xpm new file mode 100644 index 00000000000..a33371a0362 --- /dev/null +++ b/EVE/icons/rnr10_t.xpm @@ -0,0 +1,23 @@ +/* XPM */ +static char * checked_new_t_xpm[] = { +"16 16 4 1", +" c None", +". c #808080", +"+ c #000000", +"@ c #C0C0C0", +" ", +" ", +" ............ ", +" .++++++++++@ ", +" .+@@@@@@@@@@ ", +" .+@@@@@@@+@@ ", +" .+@@@@@@++@@ ", +" .+@+@@@+++@@ ", +" .+@++@+++@@@ ", +" .+@+++++@@@@ ", +" .+@@+++@@@@@ ", +" .+@@@+@@@@@@ ", +" .+@@@@@@@@@@ ", +" .@@@@@@@@@@@ ", +" ", +" "}; diff --git a/EVE/icons/rnr11_t.xpm b/EVE/icons/rnr11_t.xpm new file mode 100644 index 00000000000..21af097d7bc --- /dev/null +++ b/EVE/icons/rnr11_t.xpm @@ -0,0 +1,23 @@ +/* XPM */ +static char * checked_xpm[] = { +"16 16 4 1", +" c None", +". c #808080", +"X c Black", +"o c #c0c0c0", +" ", +" ", +" ............ ", +" .XXXXXXXXXXo ", +" .X o ", +" .X X o ", +" .X XX o ", +" .X X XXX o ", +" .X XX XXX o ", +" .X XXXXX o ", +" .X XXX o ", +" .X X o ", +" .X o ", +" .ooooooooooo ", +" ", +" "};