| 1977 | |
| 1978 | |
| 1979 | ResultType GuiType::ControlSetHotkey(GuiControlType &aControl, LPTSTR aContents, ResultToken &aResultToken) |
| 1980 | { |
| 1981 | SendMessage(aControl.hwnd, HKM_SETHOTKEY, TextToHotkey(aContents), 0); // This will set it to "None" if aContents is blank. |
| 1982 | return OK; |
| 1983 | } |
| 1984 | |
| 1985 | |
| 1986 | ResultType GuiType::ControlGetHotkey(ResultToken &aResultToken, GuiControlType &aControl) |
nothing calls this directly
no outgoing calls
no test coverage detected