mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 08:09:32 +02:00
Missing cursor xpms that I meant to add with the previous commit.
This commit is contained in:
parent
6112a2a8c1
commit
327bd905de
22
images/Cursors16/BandWidthCursor.xpm
Normal file
22
images/Cursors16/BandWidthCursor.xpm
Normal file
@ -0,0 +1,22 @@
|
||||
/* XPM */
|
||||
static const char * BandWidthCursorXpm[] = {
|
||||
"16 16 3 1",
|
||||
". c #FF0000", // mask color = RGB:255,0,0
|
||||
"# c #000000",
|
||||
"+ c #FFFFFF",
|
||||
"........#.......",
|
||||
".......#+#......",
|
||||
"......#+++#.....",
|
||||
"......#####.....",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"......#####.....",
|
||||
"......#+++#.....",
|
||||
".......#+#......",
|
||||
"........#.......",};
|
22
images/Cursors16/BottomFrequencyCursor.xpm
Normal file
22
images/Cursors16/BottomFrequencyCursor.xpm
Normal file
@ -0,0 +1,22 @@
|
||||
/* XPM */
|
||||
static const char * BottomFrequencyCursorXpm[] = {
|
||||
"16 16 3 1",
|
||||
". c #FF0000", // mask color = RGB:255,0,0
|
||||
"# c #000000",
|
||||
"+ c #FFFFFF",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"......#####.....",
|
||||
"......#+++#.....",
|
||||
".......#+#......",
|
||||
"........#.......",};
|
89
images/Cursors16/PlaybackCursor.xpm
Normal file
89
images/Cursors16/PlaybackCursor.xpm
Normal file
@ -0,0 +1,89 @@
|
||||
/* XPM */
|
||||
static const char * PlaybackCursorXpm[] = {
|
||||
"16 16 70 1",
|
||||
" c None",
|
||||
". c #FF0000",
|
||||
"+ c #1A2F18",
|
||||
"@ c #070C06",
|
||||
"# c #447C41",
|
||||
"$ c #73D26E",
|
||||
"% c #335C31",
|
||||
"& c #437A40",
|
||||
"* c #80E97B",
|
||||
"= c #7ADD74",
|
||||
"- c #64B660",
|
||||
"; c #213C20",
|
||||
"> c #42793F",
|
||||
", c #7EE579",
|
||||
"' c #76D872",
|
||||
") c #77D872",
|
||||
"! c #79DB73",
|
||||
"~ c #5BA557",
|
||||
"{ c #172B16",
|
||||
"] c #7EE478",
|
||||
"^ c #76D671",
|
||||
"/ c #75D570",
|
||||
"( c #76D771",
|
||||
"_ c #78DA72",
|
||||
": c #79DB74",
|
||||
"< c #4D8C4A",
|
||||
"[ c #0D180C",
|
||||
"} c #78DA73",
|
||||
"| c #75D470",
|
||||
"1 c #40743D",
|
||||
"2 c #060C06",
|
||||
"3 c #6FC96A",
|
||||
"4 c #325B30",
|
||||
"5 c #030603",
|
||||
"6 c #76D670",
|
||||
"7 c #67BB62",
|
||||
"8 c #264625",
|
||||
"9 c #74D36F",
|
||||
"0 c #72CE6D",
|
||||
"a c #6CC467",
|
||||
"b c #66BA62",
|
||||
"c c #335C30",
|
||||
"d c #71CE6C",
|
||||
"e c #6BC266",
|
||||
"f c #62B25D",
|
||||
"g c #498545",
|
||||
"h c #162915",
|
||||
"i c #74D370",
|
||||
"j c #62B25E",
|
||||
"k c #4B8A48",
|
||||
"l c #1D351C",
|
||||
"m c #74D470",
|
||||
"n c #72CF6D",
|
||||
"o c #63B35E",
|
||||
"p c #63B45F",
|
||||
"q c #51944D",
|
||||
"r c #244222",
|
||||
"s c #42783F",
|
||||
"t c #7BE076",
|
||||
"u c #6EC769",
|
||||
"v c #64B55F",
|
||||
"w c #244223",
|
||||
"x c #020402",
|
||||
"y c #3E713C",
|
||||
"z c #6EC86A",
|
||||
"A c #58A055",
|
||||
"B c #274725",
|
||||
"C c #325A2F",
|
||||
"D c #315A2F",
|
||||
"E c #040804",
|
||||
".+@.............",
|
||||
".#$%............",
|
||||
".&*=-;..........",
|
||||
".>,')!~{........",
|
||||
".>]^/(_:<[......",
|
||||
".>]^///^}|12....",
|
||||
".>]^/////)}345..",
|
||||
".>]^//////6)}78.",
|
||||
".>]^///////90abc",
|
||||
".>]^/////9defgh.",
|
||||
".>]^///idejkl...",
|
||||
".>]^/mnaokl.....",
|
||||
".>]/napqr.......",
|
||||
".stuvqwx........",
|
||||
".yzABx..........",
|
||||
".CDE............"};
|
22
images/Cursors16/TopFrequencyCursor.xpm
Normal file
22
images/Cursors16/TopFrequencyCursor.xpm
Normal file
@ -0,0 +1,22 @@
|
||||
/* XPM */
|
||||
static const char * TopFrequencyCursorXpm[] = {
|
||||
"16 16 3 1",
|
||||
". c #FF0000", // mask color = RGB:255,0,0
|
||||
"# c #000000",
|
||||
"+ c #FFFFFF",
|
||||
"........#.......",
|
||||
".......#+#......",
|
||||
"......#+++#.....",
|
||||
"......#####.....",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",};
|
38
images/Cursors32/BandWidthCursor.xpm
Normal file
38
images/Cursors32/BandWidthCursor.xpm
Normal file
@ -0,0 +1,38 @@
|
||||
/* XPM */
|
||||
static const char * BandWidthCursorXpm[] = {
|
||||
"32 32 3 1",
|
||||
". c #FF0000", // mask color = RGB:255,0,0
|
||||
"# c #000000",
|
||||
"+ c #FFFFFF",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................#...............",
|
||||
"...............#+#..............",
|
||||
"..............#+++#.............",
|
||||
".............#+++++#............",
|
||||
"............#+++++++#...........",
|
||||
"............#########...........",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"............#########...........",
|
||||
"............#+++++++#...........",
|
||||
".............#+++++#............",
|
||||
"..............#+++#.............",
|
||||
"...............#+#..............",
|
||||
"................#...............",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................"};
|
38
images/Cursors32/BottomFrequencyCursor.xpm
Normal file
38
images/Cursors32/BottomFrequencyCursor.xpm
Normal file
@ -0,0 +1,38 @@
|
||||
/* XPM */
|
||||
static const char * BottomFrequencyCursorXpm[] = {
|
||||
"32 32 3 1",
|
||||
". c #FF0000", // mask color = RGB:255,0,0
|
||||
"# c #000000",
|
||||
"+ c #FFFFFF",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"..........#############.........",
|
||||
"...........#+++++++++#..........",
|
||||
"............#+++++++#...........",
|
||||
".............#+++++#............",
|
||||
"..............#+++#.............",
|
||||
"...............#+#..............",
|
||||
"................#...............",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................"};
|
106
images/Cursors32/PlaybackCursor.xpm
Normal file
106
images/Cursors32/PlaybackCursor.xpm
Normal file
@ -0,0 +1,106 @@
|
||||
/* XPM */
|
||||
static const char * PlaybackCursorXpm[] = {
|
||||
"32 32 70 1",
|
||||
" c None",
|
||||
". c #FF0000",
|
||||
"+ c #1A2F18",
|
||||
"@ c #070C06",
|
||||
"# c #447C41",
|
||||
"$ c #73D26E",
|
||||
"% c #335C31",
|
||||
"& c #437A40",
|
||||
"* c #80E97B",
|
||||
"= c #7ADD74",
|
||||
"- c #64B660",
|
||||
"; c #213C20",
|
||||
"> c #42793F",
|
||||
", c #7EE579",
|
||||
"' c #76D872",
|
||||
") c #77D872",
|
||||
"! c #79DB73",
|
||||
"~ c #5BA557",
|
||||
"{ c #172B16",
|
||||
"] c #7EE478",
|
||||
"^ c #76D671",
|
||||
"/ c #75D570",
|
||||
"( c #76D771",
|
||||
"_ c #78DA72",
|
||||
": c #79DB74",
|
||||
"< c #4D8C4A",
|
||||
"[ c #0D180C",
|
||||
"} c #78DA73",
|
||||
"| c #75D470",
|
||||
"1 c #40743D",
|
||||
"2 c #060C06",
|
||||
"3 c #6FC96A",
|
||||
"4 c #325B30",
|
||||
"5 c #030603",
|
||||
"6 c #76D670",
|
||||
"7 c #67BB62",
|
||||
"8 c #264625",
|
||||
"9 c #74D36F",
|
||||
"0 c #72CE6D",
|
||||
"a c #6CC467",
|
||||
"b c #66BA62",
|
||||
"c c #335C30",
|
||||
"d c #71CE6C",
|
||||
"e c #6BC266",
|
||||
"f c #62B25D",
|
||||
"g c #498545",
|
||||
"h c #162915",
|
||||
"i c #74D370",
|
||||
"j c #62B25E",
|
||||
"k c #4B8A48",
|
||||
"l c #1D351C",
|
||||
"m c #74D470",
|
||||
"n c #72CF6D",
|
||||
"o c #63B35E",
|
||||
"p c #63B45F",
|
||||
"q c #51944D",
|
||||
"r c #244222",
|
||||
"s c #42783F",
|
||||
"t c #7BE076",
|
||||
"u c #6EC769",
|
||||
"v c #64B55F",
|
||||
"w c #244223",
|
||||
"x c #020402",
|
||||
"y c #3E713C",
|
||||
"z c #6EC86A",
|
||||
"A c #58A055",
|
||||
"B c #274725",
|
||||
"C c #325A2F",
|
||||
"D c #315A2F",
|
||||
"E c #040804",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
".........+@.....................",
|
||||
".........#$%....................",
|
||||
".........&*=-;..................",
|
||||
".........>,')!~{................",
|
||||
".........>]^/(_:<[..............",
|
||||
".........>]^///^}|12............",
|
||||
".........>]^/////)}345..........",
|
||||
".........>]^//////6)}78.........",
|
||||
".........>]^///////90abc........",
|
||||
".........>]^/////9defgh.........",
|
||||
".........>]^///idejkl...........",
|
||||
".........>]^/mnaokl.............",
|
||||
".........>]/napqr...............",
|
||||
".........stuvqwx................",
|
||||
".........yzABx..................",
|
||||
".........CDE....................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",};
|
||||
|
38
images/Cursors32/TopFrequencyCursor.xpm
Normal file
38
images/Cursors32/TopFrequencyCursor.xpm
Normal file
@ -0,0 +1,38 @@
|
||||
/* XPM */
|
||||
static const char * TopFrequencyCursorXpm[] = {
|
||||
"32 32 3 1",
|
||||
". c #FF0000", // mask color = RGB:255,0,0
|
||||
"# c #000000",
|
||||
"+ c #FFFFFF",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................#...............",
|
||||
"...............#+#..............",
|
||||
"..............#+++#.............",
|
||||
".............#+++++#............",
|
||||
"............#+++++++#...........",
|
||||
"...........#+++++++++#..........",
|
||||
"..........#############.........",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................"};
|
Loading…
x
Reference in New Issue
Block a user