?? desktop.h
字號:
//
// Micro Windows Implementation
// desktop.h: The Desktop
//
// GUI 的桌面在前面幾個 base class 一路繼承下來, 已經(jīng)顯得不需要
// 再添油加醋了, 不壞吧!
//
// $Revision: 1.2 $
// $Source: P:/MWINDOWS/INCLUDE/rcs/desktop.h $
// $Date: 1993/10/03 15:21:53 $
//
#ifndef __desktop_h
#define __desktop_h
#ifndef __multview_h
# include "multview.h"
#endif
class Desktop : public MultiView
{
public:
Desktop (Rect *prect);
BOOL quit (int errorlevel = 0);
BOOL isEmpty ();
protected:
virtual void selfDraw (Port *port, Rect *area);
};
#endif
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -