help.bkl
来自「很牛的GUI源码wxWidgets-2.8.0.zip 可在多种平台下运行.」· BKL 代码 · 共 34 行
BKL
34 行
<?xml version="1.0" ?><!-- $Id: help.bkl,v 1.4 2006/11/25 14:22:32 VZ Exp $ --><makefile> <include file="../../../build/bakefiles/common_samples.bkl"/> <exe id="htmlhelp" template="wx_sample" template_append="wx_append"> <sources>help.cpp</sources> <wx-lib>html</wx-lib> <wx-lib>core</wx-lib> <wx-lib>base</wx-lib> <win32-res>help.rc</win32-res> </exe> <wx-data id="data"> <dstdir>$(BUILDDIR)/helpfiles</dstdir> <srcdir>$(SRCDIR)/helpfiles</srcdir> <files> Index.hhk another.hhc another.hhp another.htm book1.htm book2.htm contents.hhc main.htm page2-b.htm testing.hhp </files> </wx-data></makefile>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?