X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3bfaa5a7e4929d7259d1eb7efb6528c7a90c7831..0dd9646ea8b9e6f3a5fa8c42b6a4954cf8e3a48d:/include/wx/msw/headerctrl.h?ds=sidebyside diff --git a/include/wx/msw/headerctrl.h b/include/wx/msw/headerctrl.h index 8a48ef0d56..b0a3ae5c0b 100644 --- a/include/wx/msw/headerctrl.h +++ b/include/wx/msw/headerctrl.h @@ -71,13 +71,10 @@ private: enum Operation { Set, Insert }; void DoSetOrInsertItem(Operation oper, unsigned int idx); - // send an event of the given type for the given column, return true if it - // was processed - bool SendEvent(wxEventType evtType, unsigned int idx); - - // send a click or double click event (depending on dblclk value) for the - // click with the given button on the given item - bool SendClickEvent(bool dblclk, int button, unsigned int idx); + // get the event type corresponding to a click or double click event + // (depending on dblclk value) with the specified (using MSW convention) + // mouse button + wxEventType GetClickEventType(bool dblclk, int button); // the image list: initially NULL, created on demand