5 changed files with 111 additions and 7 deletions
-
38bitmaps_png/cursors/cursor-global-label.xpm
-
38bitmaps_png/cursors/cursor-net-label.xpm
-
18common/cursors.cpp
-
20eeschema/tools/sch_drawing_tools.cpp
-
4include/cursors.h
@ -0,0 +1,38 @@ |
|||
/* XPM */ |
|||
static const char * cursor_global_label_xpm[] = { |
|||
"32 32 3 1", |
|||
" c None", |
|||
"! c black", |
|||
"# c white", |
|||
" # ", |
|||
" #!# ", |
|||
" #!# ", |
|||
" #!# ", |
|||
" #!# ", |
|||
" #!# ", |
|||
" ##### ##### ", |
|||
"#!!!!! !!!!!# ", |
|||
" ##### ##### ", |
|||
" #!# ", |
|||
" #!# ", |
|||
" #!# ", |
|||
" #!# ", |
|||
" #!# ", |
|||
" # ############## ", |
|||
" #!!!!!!!!!!!!!!# ", |
|||
" #! #### !# ", |
|||
" #! #!!!!# !# ", |
|||
" #! #!!!!# !# ", |
|||
" #! #!!!!!!# !# ", |
|||
" #! #!!!!!!# !# ", |
|||
" #! #!!##!!# !# ", |
|||
" #! #!!!##!!!# !#", |
|||
" #! #!!!##!!!# !", |
|||
" #! #!!!!!!!!# !#", |
|||
" #! #!!!!!!!!!!# !# ", |
|||
" #! #!!!####!!!# !# ", |
|||
" #!#!!!# #!!!# !# ", |
|||
" #!#!!!# #!!!# !# ", |
|||
" #! ### ### !# ", |
|||
" #! !# ", |
|||
" #!!!!!!!!!!!!!!# "}; |
|||
@ -0,0 +1,38 @@ |
|||
/* XPM */ |
|||
static const char * cursor_net_label_xpm[] = { |
|||
"32 32 3 1", |
|||
" c None", |
|||
"! c black", |
|||
"# c white", |
|||
" # ", |
|||
" #!# ", |
|||
" #!# ", |
|||
" #!# ", |
|||
" #!# ", |
|||
" #!# ", |
|||
" ##### ##### ", |
|||
"#!!!!! !!!!!# ", |
|||
" ##### ##### ", |
|||
" #!# ", |
|||
" #!# ", |
|||
" #!# #### ", |
|||
" #!# #!!!!# ", |
|||
" #!# #!!!!# ", |
|||
" # #!!!!!!# ", |
|||
" #!!!!!!# ", |
|||
" #!!##!!# ", |
|||
" #!!!##!!!# ", |
|||
" #!!!##!!!# ", |
|||
" #!!!!!!!!# ", |
|||
" #!!!!!!!!!!# ", |
|||
" #!!!####!!!# ", |
|||
" #!!!# #!!!# ", |
|||
" #!!!# #!!!# ", |
|||
" ### ### ", |
|||
" ", |
|||
" !!!!!!!!!!!!!!!!!!!!! ", |
|||
" !!!!!!!!!!!!!!!!!!!!! ", |
|||
" ##################### ", |
|||
" ", |
|||
" ", |
|||
" "}; |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue