dwindow.cpp

来自「gui关键的几个类的代码」· C++ 代码 · 共 30 行

CPP
30
字号
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
// dwindow.cpp - Base window class definition.
//
// Author: 
//
// Copyright (c) 1999-2001 Coretek, Inc. 
//              All Rights Reserved.
//
// Unauthorized redistribution of this source code, in whole or part,
// without the express written permission of Coretek, Inc.
// is strictly prohibited.
//
// Notes:
//
// This is the basic window class. It supports the addition of decorations
// such as a border, title, scroll bar, status bar, and menu, in addition
// to any other derived DObjects.
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/

#include "dgui.h"

#if defined(DGUI_MULTITASK)
	#undef MTASK
	#define MTASK DGUI_MULTITASK
#endif

/*--------------------------------------------------------------------------*/
/** 

⌨️ 快捷键说明

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