cwindowfunc.cpp
来自「墨香完整原代码 C++ 值得研究 可以编译」· C++ 代码 · 共 19 行
CPP
19 行
#include "stdafx.h"
#include "cWindowFunc.h"
#include "line_node.h"
/*
#include "cWindowHeader.h"
#include "cWindowManager.h"
void _postDestroyCommonDlg(LONG lId, void * p, DWORD we)
{
cWindow * wnd = (cWindow *)p;
LONG id = wnd->GetID();
WINDOWMGR->m_CommonDlgIDIndex.ReleaseIndex(id);
WINDOWMGR->AddListDestroyWindow(wnd);
}
*/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?