📄 readme.embedding
字号:
=====================Embedded PNG icons=====================To have nice icons in its toolbar, the wxWidgets terminal needs bitmaps with atrue alpha channel (i.e. each pixel has four characteristics : red, green,blue, transparency, each one is coded in 8 bits).This is easily provided by the use of PNG images. However, finding those filesat run-time in a portable and reliable way is difficult. That is why they areembedded directly in the source code at compile time. The necessary preliminarystep is to convert these binary files to C array. This is done with a utilitycalled 'bin2c' whose source code can be found in the wxWidgets wiki (search for"Embedding PNG Images").
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -