]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/button.h
fix for HP aCC
[wxWidgets.git] / interface / wx / button.h
index 67e13cc77f0f8241ddf01c18b8a54ff8aea12318..5bb2bff16e31d11aa527d3b233729a129bdf4f5d 100644 (file)
@@ -8,7 +8,6 @@
 
 /**
     @class wxButton
-    @wxheader{button.h}
 
     A button is a control that contains a text string, and is one of the most
     common elements of a GUI.
            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
 */