📄 foldbar.bkl
字号:
<?xml version="1.0" ?><!-- $Id: foldbar.bkl,v 1.1 2004/08/03 11:18:10 VZ Exp $ --><makefile> <include file="../../../build/bakefiles/common_contrib.bkl"/> <set var="FOLDBAR_SRC"> captionbar.cpp foldpanelbar.cpp foldpanelitem.cpp </set> <headers template="wx_contrib_headers"> <files> wx/foldbar/captionbar.h wx/foldbar/foldpanelbar.h wx/foldbar/foldpanelitem.h </files> </headers> <dll id="foldbardll" template="wx_contrib_dll" cond="SHARED=='1'"> <define>WXUSINGDLL</define> <define>WXMAKINGDLL_FOLDBAR</define> <sources>$(FOLDBAR_SRC)</sources> <wx-lib>core</wx-lib> <wx-lib>base</wx-lib> </dll> <lib id="foldbarlib" template="wx_contrib_lib" cond="SHARED=='0'"> <sources>$(FOLDBAR_SRC)</sources> </lib> <set var="MSVC6PRJ_MERGED_TARGETS" append="1">foldbar=foldbarlib+foldbardll</set></makefile>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -