📄 dwindow.cpp
字号:
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -