Skip to content

Commit 67e14a3

Browse files
Rene BrunRene Brun
Rene Brun
authored and
Rene Brun
committed
From valeriy Onuchin:
New icons for the GUI Builder git-svn-id: http://root.cern.ch/svn/root/trunk@14702 27541ba8-7e3a-0410-8455-c3a389f83636
1 parent a248207 commit 67e14a3

File tree

2 files changed

+66
-0
lines changed

2 files changed

+66
-0
lines changed

icons/bld_hscrollbar.xpm

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
/* XPM */
2+
static char *hscrollbar_xpm[] = {
3+
/* columns rows colors chars-per-pixel */
4+
"21 21 6 1",
5+
" c Gray0",
6+
". c Gray61",
7+
"X c #d6d6d6",
8+
"o c #b3cece",
9+
"O c Gray100",
10+
"+ c None",
11+
/* pixels */
12+
"+++++++++++++++++++++",
13+
"+++++++++++++++++++++",
14+
"+++++++++++++++++++++",
15+
"+++++++++++++++++++++",
16+
"+++++++++++++++++++++",
17+
"+++++++++++++++++++++",
18+
" ",
19+
" ...O .OOOOOO .OO...O",
20+
" ..OX .OXXXXX .OXO..O",
21+
" .OXX .OXXXXX .OXXO.O",
22+
" OXXX .OXXXXX .OXXX O",
23+
" . XX .OXXXXX .OXX .O",
24+
" .. X .OXXXXX .OX ..O",
25+
" ... . .O ...O",
26+
"OOOOOOOOOOOOOOOOOOOOO",
27+
"+++++++++++++++++++++",
28+
"+++++++++++++++++++++",
29+
"+++++++++++++++++++++",
30+
"+++++++++++++++++++++",
31+
"+++++++++++++++++++++",
32+
"+++++++++++++++++++++"
33+
};

icons/bld_vscrollbar.xpm

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
/* XPM */
2+
static char *vscrollbar_xpm[] = {
3+
/* columns rows colors chars-per-pixel */
4+
"20 21 6 1",
5+
" c Gray0",
6+
". c Gray61",
7+
"X c #d6d6d6",
8+
"o c #b3cece",
9+
"O c Gray100",
10+
"+ c None",
11+
/* pixels */
12+
"++++++ +++++",
13+
"++++++ ...O...O+++++",
14+
"++++++ ..OX ..O+++++",
15+
"++++++ .OXXX .O+++++",
16+
"++++++ OXXXXX O+++++",
17+
"++++++ O+++++",
18+
"++++++ .......O+++++",
19+
"++++++ OOOOOO O+++++",
20+
"++++++ OXXXXX O+++++",
21+
"++++++ OXXXXX O+++++",
22+
"++++++ OXXXXX O+++++",
23+
"++++++ OXXXXX O+++++",
24+
"++++++ OXXXXX O+++++",
25+
"++++++ O O+++++",
26+
"++++++ .......O+++++",
27+
"++++++ OOOOOOOO+++++",
28+
"++++++ OXXXXX O+++++",
29+
"++++++ .OXXX .O+++++",
30+
"++++++ ..OX ..O+++++",
31+
"++++++ ... ...O+++++",
32+
"++++++OOOOOOOOO+++++"
33+
};

0 commit comments

Comments
 (0)