]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/scrolbar.h
reset the associated view frame pointer when the frame is deleted directly instead...
[wxWidgets.git] / interface / wx / scrolbar.h
index 45bc3e38242e4eddf3585f958b93b04a316b27c3..025767d981cbdd3421935beb6d946959f1aea83e 100644 (file)
@@ -39,7 +39,7 @@
            Specifies a vertical scrollbar.
     @endStyleTable
 
-    @beginEventTable{wxScrollEvent}
+    @beginEventEmissionTable{wxScrollEvent}
     You can use EVT_COMMAND_SCROLL... macros with window IDs for when intercepting
     scroll events from controls, or EVT_SCROLL... macros without window IDs for
     intercepting scroll events from the receiving window -- except for this,