]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/bmpbuttn.h
Add wxTimer::StartOnce().
[wxWidgets.git] / interface / wx / bmpbuttn.h
index 20bd4ab54396be3bf2d13e96a32369a90a92022c..8a9588827176574a7cbba9ed0c6fd019dd5ebb2c 100644 (file)
 
     @beginEventEmissionTable{wxCommandEvent}
     @event{EVT_BUTTON(id, func)}
-           Process a @c wxEVT_COMMAND_BUTTON_CLICKED event, when the button is clicked.
+           Process a @c wxEVT_BUTTON event, when the button is clicked.
     @endEventTable
 
     @library{wxcore}
     @category{ctrl}
-    @appearance{bitmapbutton.png}
+    @appearance{bitmapbutton}
 
     @see wxButton
 */