tooltip.h
来自「A*算法 A*算法 A*算法 A*算法A*算法A*算法」· C头文件 代码 · 共 38 行
H
38 行
/////////////////////////////////////////////////////////////////////////////
// Name: tooltip.h
// Purpose: wxToolTip base header
// Author: Robert Roebling
// Modified by:
// Created:
// Copyright: (c) Robert Roebling
// RCS-ID: $Id: tooltip.h,v 1.9 2005/05/04 18:52:05 JS Exp $
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_TOOLTIP_H_BASE_
#define _WX_TOOLTIP_H_BASE_
#include "wx/defs.h"
#if wxUSE_TOOLTIPS
#if defined(__WXMSW__)
#include "wx/msw/tooltip.h"
#elif defined(__WXMOTIF__)
// #include "wx/motif/tooltip.h"
#elif defined(__WXGTK__)
#include "wx/gtk/tooltip.h"
#elif defined(__WXMAC__)
#include "wx/mac/tooltip.h"
#elif defined(__WXCOCOA__)
#include "wx/cocoa/tooltip.h"
#elif defined(__WXPM__)
#include "wx/os2/tooltip.h"
#endif
#endif
// wxUSE_TOOLTIPS
#endif
// _WX_TOOLTIP_H_BASE_
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?