Home
last modified time | relevance | path

Searched defs:MenuItem (Results 1 – 2 of 2) sorted by relevance

/third_party/mingw-w64/mingw-w64-headers/include/
Dmmcobj.h145 typedef struct MenuItem MenuItem; typedef
504 #define _AppEvents_OnContextMenuExecuted(This,MenuItem) (This)->lpVtbl->OnContextMenuExecuted(This,… argument
1706 #define ContextMenu_get_Item(This,IndexOrPath,MenuItem) (This)->lpVtbl->get_Item(This,IndexOrPath,M… argument
1722 struct MenuItem : public IDispatch { struct
1749 struct MenuItem { struct
1750 CONST_VTBL struct MenuItemVtbl *lpVtbl; argument
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_widgets.cpp5716 bool ImGui::MenuItem(const char* label, const char* shortcut, bool selected, bool enabled) in MenuItem() function in ImGui
5760 bool ImGui::MenuItem(const char* label, const char* shortcut, bool* p_selected, bool enabled) in MenuItem() function in ImGui