mso_button_defs.h

来自「ZORAN 962/966 SOURCE CODE,DVD chip」· C头文件 代码 · 共 44 行

H
44
字号
/****************************************************************************************************
*  Copyright (c) 2005 ZORAN Corporation, All Rights Reserved
*  THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF ZORAN CORPORATION
*
*  File: o_message_device_defs.h
*
* Description:
* =========
*
****************************************************************************************************/
#include "Config.h"		// Global Configuration - do not remove!
#include "include\sysdefs.h"	// Global definition - do not remove!

#ifndef _O_BUTTON_DEFS_H_
#define _O_BUTTON_DEFS_H_

/****************************************************************************************************
*	INCLUDE FILES: Only typedef header files are allowed to be included here.
****************************************************************************************************/
// Include C Standard

// Include project specific, only type definition header files are allowed to be included
#include "GUI\Object_class\Text\mso_text_defs.h"

/****************************************************************************************************
*	DEFINITION: Public named constants
****************************************************************************************************/
/****************************************************************************************************
*	 DEFINITION: Public macros
****************************************************************************************************/
/****************************************************************************************************
*	DEFINITION: Public typedefs
****************************************************************************************************/
typedef struct {
	MS_DESCRIPTOR_TEXT			moDescriptorText;
	MS_OP						mMsOp;
}MS_DESCRIPTOR_BUTTON;


typedef MSO_TEXT MSO_BUTTON;


#endif //_O_TEXT_DEFS_H_

⌨️ 快捷键说明

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