rightm.xbm

来自「BLT is a library of extensions to the Tk」· XBM 代码 · 共 9 行

XBM
9
字号
#define fc_rightm_width 16#define fc_rightm_height 16#define fc_rightm_x_hot 8#define fc_rightm_y_hot 8static char fc_rightm_bits[] = {   0x00, 0x00, 0x00, 0x00, 0xf0, 0x00, 0xe0, 0x03, 0xc1, 0x0f, 0xc7, 0x3f,   0xff, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x7f, 0xc7, 0x3f,   0xc1, 0x0f, 0xc0, 0x01, 0xe0, 0x00, 0x00, 0x00};

⌨️ 快捷键说明

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