]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/overviews/eventhandling.h
fix compuation of dirty cells when the columns are reordered, this didn't work at...
[wxWidgets.git] / docs / doxygen / overviews / eventhandling.h
index 1edf26142b59cc105ef5be160bedbab91365f867..8c6511a0c050938c1b6c28dfd8e9a88abd2df13f 100644 (file)
@@ -128,7 +128,7 @@ the frame will result in calling OnSize() method. Note that this macro doesn't
 need a window identifier, since normally you are only interested in the current\r
 window's size events.\r
 \r
-The EVT_BUTTON macro demonstrates that the originating event does not have to\r
+The @c EVT_BUTTON macro demonstrates that the originating event does not have to\r
 come from the window class implementing the event table -- if the event source\r
 is a button within a panel within a frame, this will still work, because event\r
 tables are searched up through the hierarchy of windows for the command events.\r