straight.xpm
来自「Wxpython Implemented on Windows CE, Sou」· XPM 代码 · 共 25 行
XPM
25 行
/* XPM */static char *straight_xpm[] = {/* width height num_colors chars_per_pixel */" 16 15 2 1",/* colors */". c #000000","# c #c0c0c0",/* pixels */"################",".........#######",".........#######","#######..#######","#######..#######","#######..#######","#######..#######","#######..#######","#######..#######","#######..#######","#######..#######","#######..#######","#######.........","#######.........","################"};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?