wxd_Window_PostMenuCommand

Function wxd_Window_PostMenuCommand 

Source
pub unsafe extern "C" fn wxd_Window_PostMenuCommand(
    window: *mut wxd_Window_t,
    id: c_int,
)
Expand description

Asynchronously post a wxEVT_MENU command with the given ID to this window. The event will be queued and delivered later by the main loop.