imenuctlusage.c
来自「一些brew的简单代码」· C语言 代码 · 共 39 行
C
39 行
/*===========================================================================
FILE: imenuctlusage.c
SERVICES: Sample applet using AEE
DESCRIPTION
This file contains usage examples of the IMenuCtl interface. IMenuCtl interface
functions are used to create various types of menus from which device users
can make selections. The following functions are illustrated in this usage example:
-IMENUCTL_HandleEvent
-IMENUCTL_Redraw
-IMENUCTL_SetActive
-IMENUCTL_IsActive
-IMENUCTL_SetRect
-IMENUCTL_GetRect
-IMENUCTL_SetProperties (includes one example per IMenuCtl Property)
-IMENUCTL_GetProperties
-IMENUCTL_Reset
-IMENUCTL_SetTitle
-IMENUCTL_AddItem
-IMENUCTL_AddItemEx
-IMENUCTL_GetItemData
-IMENUCTL_DeleteItem
-IMENUCTL_DeleteAll
-IMENUCTL_SetSel
-IMENUCTL_GetSel
-IMENUCTL_EnableCommand
-IMENUCTL_SetItemText
-IMENUCTL_SetItemTime
-IMENUCTL_GetItemTime
-IMENUCTL_SetStyle
PUBLIC CLASSES:
N/A
Copyright
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?