pub unsafe extern "C" fn wxd_Window_ProcessMenuCommand(
window: *mut wxd_Window_t,
id: c_int,
) -> boolExpand description
Synchronously dispatch a wxEVT_MENU command with the given ID to this window’s event handler. Returns true if the event was handled by any bound handler.