Skip to main content

wxd_Window_ProcessMenuCommand

Function wxd_Window_ProcessMenuCommand 

Source
pub unsafe extern "C" fn wxd_Window_ProcessMenuCommand(
    window: *mut wxd_Window_t,
    id: c_int,
) -> bool
Expand 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.