aui.h

来自「Wxpython Implemented on Windows CE, Sou」· C头文件 代码 · 共 21 行

H
21
字号
///////////////////////////////////////////////////////////////////////////////
// Name:        wx/aui/aui.h
// Purpose:     wxaui: wx advanced user interface - docking window manager
// Author:      Benjamin I. Williams
// Modified by:
// Created:     2005-05-17
// RCS-ID:      $Id: aui.h,v 1.5 2006/07/11 13:50:47 BIW Exp $
// Copyright:   (C) Copyright 2005, Kirix Corporation, All Rights Reserved.
// Licence:     wxWindows Library Licence, Version 3.1
///////////////////////////////////////////////////////////////////////////////

#ifndef _WX_AUI_H_
#define _WX_AUI_H_

#include "wx/aui/framemanager.h"
#include "wx/aui/dockart.h"
#include "wx/aui/floatpane.h"

#endif // _WX_AUI_H_

⌨️ 快捷键说明

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