]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/button.h
no real change; just add the standard separator where it's missing
[wxWidgets.git] / interface / wx / button.h
index 60117d124b84afb39bae681cbc0f8e0705595c1b..5bb2bff16e31d11aa527d3b233729a129bdf4f5d 100644 (file)
            Creates a flat button. Windows and GTK+ only.
     @endStyleTable
 
-    @beginEventTable{wxCommandEvent}
+    @beginEventEmissionTable{wxCommandEvent}
     @event{EVT_BUTTON(id, func)}
            Process a wxEVT_COMMAND_BUTTON_CLICKED event, when the button is clicked.
     @endEventTable
 
     @library{wxcore}
     @category{ctrl}
-    <!-- @appearance{button.png} -->
+    @appearance{button.png}
 
     @see wxBitmapButton
 */