X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/526954c5968baa29218c994ec48e476ae2bd4b9f..e4e0d4702bea68d24a0c0e859312793556cc6549:/interface/wx/msw/ole/activex.h?ds=sidebyside diff --git a/interface/wx/msw/ole/activex.h b/interface/wx/msw/ole/activex.h index 8f79f0e172..c43b370cf4 100644 --- a/interface/wx/msw/ole/activex.h +++ b/interface/wx/msw/ole/activex.h @@ -85,7 +85,7 @@ public: is a platform-specific class). Note that the HWND that the class contains is the actual HWND of the ActiveX - control so using dynamic events and connecting to wxEVT_SIZE, for example, + control so using dynamic events and connecting to @c wxEVT_SIZE, for example, will receive the actual size message sent to the control. It is somewhat similar to the ATL class CAxWindow in operation.