mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-10 16:43:33 +02:00
Better cursors for sub-view rearrangement
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
|
||||
#include "Cursors32/DisabledCursor.xpm"
|
||||
#include "Cursors32/RearrangeCursor.xpm"
|
||||
#include "Cursors32/RearrangingCursor.xpm"
|
||||
#include "Cursors32/EnvCursor.xpm"
|
||||
#include "Cursors32/TimeCursor.xpm"
|
||||
#include "Cursors32/IBeamCursor.xpm"
|
||||
|
38
images/Cursors32/RearrangingCursor.xpm
Normal file
38
images/Cursors32/RearrangingCursor.xpm
Normal file
@@ -0,0 +1,38 @@
|
||||
/* XPM */
|
||||
static const char * const RearrangingCursorXpm[] = {
|
||||
"32 32 3 1",
|
||||
" c #FF0000", // mask color = RGB:255,0,0
|
||||
". c #000000",
|
||||
"+ c #FFFFFF",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" .. .. .. ",
|
||||
" .++.++.++.. ",
|
||||
" .++++++++++. ",
|
||||
" ..++++++++++. ",
|
||||
" .+.+++++++++++. ",
|
||||
" .+.+++++++++++. ",
|
||||
" .+++++++++++++. ",
|
||||
" .+++++++++++++. ",
|
||||
" .+++++++++++++. ",
|
||||
" .+++++++++++++. ",
|
||||
" .+++++++++++. ",
|
||||
" .++++++++++. ",
|
||||
" .++++++++. ",
|
||||
" ..++++.. ",
|
||||
" .... ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" "};
|
Reference in New Issue
Block a user