STemWin + 0/5 examples
CodeScope will show references to MENU_Handle from the following samples and libraries:
Examples
STM32446E_EVAL
Demonstrations
STM324xG_EVAL
Demonstrations
STM32F429I-Discovery
Demonstrations
STM324x9I_EVAL
Demonstrations
STemWin
 
Symbols
loading...
Files
loading...

MENU_Handle

Types

Syntax

typedef WM_HMEM MENU_Handle;

Examples

MENU_Handle is referenced by 5 libraries and example projects.

References

LocationReferrerScopeText
MENU.h:136
typedef WM_HMEM MENU_Handle;
MENU.h:185MENU_ITEM_DATA::hSubmenuMENU_ITEM_DATA
MENU_Handle hSubmenu;
MENU.h:194MENU_CreateIndirect()
MENU.h:195MENU_CreateEx()
MENU_Handle MENU_CreateEx (int x0, int y0, int xSize, int ySize, WM_HWIN hParent, int WinFlags, int ExFlags, int Id);
MENU.h:196MENU_CreateUser()
MENU_Handle MENU_CreateUser (int x0, int y0, int xSize, int ySize, WM_HWIN hParent, int WinFlags, int ExFlags, int Id, int NumExtraBytes);
MENU.h:213MENU_AddItem()::hObjMENU_AddItem()
void MENU_AddItem (MENU_Handle hObj, const MENU_ITEM_DATA * pItemData);
MENU.h:214MENU_Attach()::hObjMENU_Attach()
void MENU_Attach (MENU_Handle hObj, WM_HWIN hDestWin, int x, int y, int xSize, int ySize, int Flags);
MENU.h:215MENU_DeleteItem()::hObjMENU_DeleteItem()
void MENU_DeleteItem (MENU_Handle hObj, U16 ItemId);
MENU.h:216MENU_DisableItem()::hObjMENU_DisableItem()
void MENU_DisableItem (MENU_Handle hObj, U16 ItemId);
MENU.h:217MENU_EnableItem()::hObjMENU_EnableItem()
void MENU_EnableItem (MENU_Handle hObj, U16 ItemId);
MENU.h:218MENU_GetBkColor()::hObjMENU_GetBkColor()
GUI_COLOR MENU_GetBkColor (MENU_Handle hObj, unsigned ColorIndex);
MENU.h:219MENU_GetFont()::hObjMENU_GetFont()
const GUI_FONT * MENU_GetFont (MENU_Handle hObj);
MENU.h:220MENU_GetItem()::hObjMENU_GetItem()
MENU.h:221MENU_GetItemText()::hObjMENU_GetItemText()
void MENU_GetItemText (MENU_Handle hObj, U16 ItemId, char * pBuffer, unsigned BufferSize);
MENU.h:222MENU_GetNumItems()::hObjMENU_GetNumItems()
unsigned MENU_GetNumItems (MENU_Handle hObj);
MENU.h:223MENU_GetOwner()::hObjMENU_GetOwner()
WM_HWIN MENU_GetOwner (MENU_Handle hObj);
MENU.h:224MENU_GetTextColor()::hObjMENU_GetTextColor()
GUI_COLOR MENU_GetTextColor (MENU_Handle hObj, unsigned ColorIndex);
MENU.h:225MENU_GetUserData()::hObjMENU_GetUserData()
int MENU_GetUserData (MENU_Handle hObj, void * pDest, int NumBytes);
MENU.h:226MENU_InsertItem()::hObjMENU_InsertItem()
void MENU_InsertItem (MENU_Handle hObj, U16 ItemId, const MENU_ITEM_DATA * pItemData);
MENU.h:227MENU_Popup()::hObjMENU_Popup()
void MENU_Popup (MENU_Handle hObj, WM_HWIN hDestWin, int x, int y, int xSize, int ySize, int Flags);
MENU.h:228MENU_SetBkColor()::hObjMENU_SetBkColor()
void MENU_SetBkColor (MENU_Handle hObj, unsigned ColorIndex, GUI_COLOR Color);
MENU.h:229MENU_SetBorderSize()::hObjMENU_SetBorderSize()
void MENU_SetBorderSize (MENU_Handle hObj, unsigned BorderIndex, U8 BorderSize);
MENU.h:230MENU_SetFont()::hObjMENU_SetFont()
void MENU_SetFont (MENU_Handle hObj, const GUI_FONT * pFont);
MENU.h:231MENU_SetItem()::hObjMENU_SetItem()
void MENU_SetItem (MENU_Handle hObj, U16 ItemId, const MENU_ITEM_DATA * pItemData);
MENU.h:232MENU_SetOwner()::hObjMENU_SetOwner()
void MENU_SetOwner (MENU_Handle hObj, WM_HWIN hOwner);
MENU.h:233MENU_SetSel()::hObjMENU_SetSel()
int MENU_SetSel (MENU_Handle hObj, int Sel);
MENU.h:234MENU_SetTextColor()::hObjMENU_SetTextColor()
void MENU_SetTextColor (MENU_Handle hObj, unsigned ColorIndex, GUI_COLOR Color);
MENU.h:235MENU_SetUserData()::hObjMENU_SetUserData()
int MENU_SetUserData (MENU_Handle hObj, const void * pSrc, int NumBytes);
MENU.h:264MENU_SetSkinClassic()::hObjMENU_SetSkinClassic()
void MENU_SetSkinClassic (MENU_Handle hObj);
MENU.h:265MENU_SetSkin()::hObjMENU_SetSkin()
MENU.h:267MENU_SkinEnableArrow()::hObjMENU_SkinEnableArrow()
void MENU_SkinEnableArrow (MENU_Handle hObj, int OnOff);