Uses of Class
org.eclipse.swt.internal.win32.MENUITEMINFO
Packages that use MENUITEMINFO
-
Uses of MENUITEMINFO in org.eclipse.swt.internal.win32
Methods in org.eclipse.swt.internal.win32 with parameters of type MENUITEMINFOModifier and TypeMethodDescriptionstatic final boolean
OS.GetMenuItemInfo
(int hMenu, int uItem, boolean fByPosition, MENUITEMINFO lpmii) static final boolean
OS.GetMenuItemInfoA
(int hMenu, int uItem, boolean fByPosition, MENUITEMINFO lpmii) static final boolean
OS.GetMenuItemInfoW
(int hMenu, int uItem, boolean fByPosition, MENUITEMINFO lpmii) static final boolean
OS.InsertMenuItem
(int hMenu, int uItem, boolean fByPosition, MENUITEMINFO lpmii) static final boolean
OS.InsertMenuItemA
(int hMenu, int uItem, boolean fByPosition, MENUITEMINFO lpmii) static final boolean
OS.InsertMenuItemW
(int hMenu, int uItem, boolean fByPosition, MENUITEMINFO lpmii) static final boolean
OS.SetMenuItemInfo
(int hMenu, int uItem, boolean fByPosition, MENUITEMINFO lpmii) static final boolean
OS.SetMenuItemInfoA
(int hMenu, int uItem, boolean fByPosition, MENUITEMINFO lpmii) static final boolean
OS.SetMenuItemInfoW
(int hMenu, int uItem, boolean fByPosition, MENUITEMINFO lpmii)