Searched refs:hMenu (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/tcl-105/tk84/tk/win/
H A DtkWinInt.h198 int nWidth, int nHeight, HWND hWndParent, HMENU hMenu,
200 BOOL (WINAPI *insertMenu)(HMENU hMenu, UINT uPosition, UINT uFlags,
H A DtkWinX.c62 int nWidth, int nHeight, HWND hWndParent, HMENU hMenu,
64 (BOOL (WINAPI *)(HMENU hMenu, UINT uPosition, UINT uFlags,
79 int nWidth, int nHeight, HWND hWndParent, HMENU hMenu,
81 (BOOL (WINAPI *)(HMENU hMenu, UINT uPosition, UINT uFlags,
H A DtkWinWm.c240 HMENU hMenu; /* the hMenu associated with this menu */ member in struct:TkWmInfo
2236 if (wmPtr->hMenu != NULL) {
2238 SetMenu(wmPtr->wrapper, wmPtr->hMenu);
5579 AdjustWindowRectEx(&rect, wmPtr->style, wmPtr->hMenu != NULL,
6656 TkWinSetMenu(tkwin, hMenu)
6658 HMENU hMenu; /* the menu to set */
6663 wmPtr->hMenu = hMenu;
6670 SetMenu(wmPtr->wrapper, hMenu);
[all...]
/macosx-10.10/tcl-105/tk/tk/win/
H A DtkWinInt.h204 int nWidth, int nHeight, HWND hWndParent, HMENU hMenu,
206 BOOL (WINAPI *insertMenu)(HMENU hMenu, UINT uPosition, UINT uFlags,
H A DtkWinX.c77 int nWidth, int nHeight, HWND hWndParent, HMENU hMenu,
79 (BOOL (WINAPI *)(HMENU hMenu, UINT uPosition, UINT uFlags,
95 int nWidth, int nHeight, HWND hWndParent, HMENU hMenu,
97 (BOOL (WINAPI *)(HMENU hMenu, UINT uPosition, UINT uFlags,
H A DtkWinWm.c250 HMENU hMenu; /* the hMenu associated with this menu */ member in struct:TkWmInfo
2327 SendMessage(wmPtr->wrapper, TK_SETMENU, (WPARAM) wmPtr->hMenu,
2373 if (wmPtr->hMenu != NULL) {
2375 SetMenu(wmPtr->wrapper, wmPtr->hMenu);
6073 AdjustWindowRectEx(&rect, wmPtr->style, wmPtr->hMenu != NULL,
7138 HMENU hMenu) /* the menu to set */
7147 wmPtr->hMenu = hMenu;
7152 SetMenu(wmPtr->wrapper, hMenu);
7057 TkWinSetMenu( Tk_Window tkwin, HMENU hMenu) argument
[all...]
/macosx-10.10/apache-793/httpd/support/win32/
H A DApacheMonitor.c368 void appendMenuItem(HMENU hMenu, UINT uMenuId, LPTSTR szName, argument
391 InsertMenuItem(hMenu, uMenuId, FALSE, &mii);
395 void appendServiceMenu(HMENU hMenu, UINT uMenuId, argument
421 InsertMenuItem(hMenu, IDM_SM_SERVICE + uMenuId, FALSE, &mii);
428 HMENU hMenu = CreatePopupMenu(); local
431 if (hMenu)
433 appendMenuItem(hMenu, IDM_RESTORE,
436 appendMenuItem(hMenu, IDC_SMANAGER,
439 appendMenuItem(hMenu, 0, _T(""), FALSE, TRUE);
440 appendMenuItem(hMenu, IDM_EXI
458 HMENU hMenu = CreatePopupMenu(); local
[all...]
/macosx-10.10/vim-55/src/GvimExt/
H A Dgvimext.cpp561 // hMenu - Handle to the context menu
573 STDMETHODIMP CShellExt::QueryContextMenu(HMENU hMenu, argument
585 // InsertMenu(hMenu, indexMenu++, MF_SEPARATOR|MF_BYPOSITION, 0, NULL);
594 InsertMenu(hMenu,
600 InsertMenu(hMenu,
609 InsertMenu(hMenu,
622 InsertMenu(hMenu,
652 InsertMenu(hMenu,
658 // InsertMenu(hMenu, indexMenu++, MF_SEPARATOR|MF_BYPOSITION, 0, NULL);
H A Dgvimext.h153 STDMETHODIMP QueryContextMenu(HMENU hMenu,
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/contrib/visupng/
H A DVisualPng.c151 static HMENU hMenu; local
229 hMenu = GetMenu (hwnd);
232 EnableMenuItem (hMenu, IDM_FILE_SAVE, MF_ENABLED);
234 EnableMenuItem (hMenu, IDM_FILE_SAVE, MF_GRAYED);
239 hMenu = GetMenu (hwnd);
382 CheckMenuItem (hMenu, IDM_OPTIONS_STRETCH, MF_CHECKED);
384 CheckMenuItem (hMenu, IDM_OPTIONS_STRETCH, MF_UNCHECKED);
/macosx-10.10/WebKit-7600.1.25/win/Interfaces/
H A DIWebUIDelegate.idl584 HRESULT trackCustomPopupMenu([in] IWebView* sender, [in] HMENU hMenu, [in] LPPOINT point);
609 HRESULT addCustomMenuDrawingData([in] IWebView* sender, [in] HMENU hMenu);
617 HRESULT cleanUpCustomMenuDrawingData([in] IWebView* sender, [in] HMENU hMenu);
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkIntPlatDecls.h171 EXTERN void TkWinSetMenu(Tk_Window tkwin, HMENU hMenu);
587 void (*tkWinSetMenu) (Tk_Window tkwin, HMENU hMenu); /* 25 */
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkIntPlatDecls.h103 HMENU hMenu));
456 void (*tkWinSetMenu) _ANSI_ARGS_((Tk_Window tkwin, HMENU hMenu)); /* 25 */

Completed in 272 milliseconds