⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 guiapp_action.h

📁 IT projecotr reference design.
💻 H
字号:
/*****************************************************************************
**             TEXAS INSTRUMENTS PROPRIETARY INFORMATION
**
**  (c) Copyright, Texas Instruments Incorporated, 2006.
**      All Rights Reserved.
**
**  Property of Texas Instruments Incorporated. Restricted Rights -
**  Use, duplication, or disclosure is subject to restrictions set
**  forth in TI's program license agreement and associated documentation.
******************************************************************************/

#ifndef _GUI_ACTION_H
#define _GUI_ACTION_H

#include "common.h"
#include "guiStyle.h"
#include "DDP2230_OSD_OSD.h"

/* Menu ID Function Interface */
int08 guiApp_action_OnStart( int16 menuId, GUIMSG *msg );
int08 guiApp_action_OnClose( int16 menuId );
int08 guiApp_action_GuiMsg( int16 menuId, int16 itemId, GUIMSG *msg );
int08 guiApp_action_Redraw( int16 menuId, GUIMSG *msg );
int08 guiApp_action_GetHighlightWindow( int16 menuId, uint08 *window );
#endif

⌨️ 快捷键说明

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