helphtml.h

来自「A*算法 A*算法 A*算法 A*算法A*算法A*算法」· C头文件 代码 · 共 21 行

H
21
字号
/////////////////////////////////////////////////////////////////////////////
// Name:        helphtml.h
// Purpose:     Includes wx/html/helpctrl.h, for wxHtmlHelpController.
// Author:      Julian Smart
// Modified by:
// Created:     2003-05-24
// RCS-ID:      $Id: helphtml.h,v 1.5 2004/05/23 20:50:23 JS Exp $
// Copyright:   (c) Julian Smart
// Licence:     wxWindows licence
/////////////////////////////////////////////////////////////////////////////

#ifndef __WX_HELPHTML_H_
#define __WX_HELPHTML_H_

#if wxUSE_WXHTML_HELP
#include "wx/html/helpctrl.h"
#endif

#endif // __WX_HELPHTML_H_

⌨️ 快捷键说明

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