Searched refs:hmenu (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinprefs.c81 HMENU hmenu, hsub; local in function:MakeMenu
100 hmenu = editMenu;
105 hmenu = CreatePopupMenu();
106 if (!hmenu)
126 InsertMenu (hmenu,
134 InsertMenu (hmenu,
145 InsertMenu (hmenu,
158 return hmenu;
296 HMENU hmenu; local in function:HandleCustomWM_INITMENU
301 hmenu
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinprefs.c72 HMENU hmenu, hsub; local in function:MakeMenu
88 hmenu = editMenu;
92 hmenu = CreatePopupMenu();
93 if (!hmenu) {
110 InsertMenu(hmenu,
117 InsertMenu(hmenu, item, MF_BYPOSITION | MF_SEPARATOR, 0, NULL);
124 InsertMenu(hmenu,
136 return hmenu;
275 HandleCustomWM_INITMENU(HWND hwnd, HMENU hmenu) argument
280 if (!hwnd || !hmenu)
[all...]
H A Dwinprefs.h162 HandleCustomWM_INITMENU(HWND hwnd, HMENU hmenu);

Completed in 3 milliseconds