opendotmask

来自「Python.Tkinter编程实例代码多多学习」· 代码 · 共 9 行

TXT
9
字号
#define opendotMask_width 16#define opendotMask_height 16#define opendotMask_x_hot 7#define opendotMask_y_hot 7static unsigned char opendotMask_bits[] = {   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x03, 0xf0, 0x07,   0xf0, 0x07, 0xf0, 0x07, 0xf0, 0x07, 0xf0, 0x07, 0xe0, 0x03, 0x00, 0x00,   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?