Go to the source code of this file.
Classes | |
| class | cfg_dropdown_history |
Defines | |
| #define | DROPDOWN_HISTORY_HANDLER(ctrlID, var) |
| #define DROPDOWN_HISTORY_HANDLER | ( | ctrlID, | |||
| var | ) |
Value:
if(uMsg == WM_CONTEXTMENU) { \ const HWND source = (HWND) wParam; \ if (source != NULL && source == GetDlgItem(ctrlID)) { \ var.on_context(source,lParam); \ lResult = 0; \ return TRUE; \ } \ }
1.5.5