]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/bmpbuttn.h
Updated event type declarations to follow what other sub-libraries do these days...
[wxWidgets.git] / include / wx / gtk / bmpbuttn.h
index 4fb37f2a276f552ea64e4811f9fe6cabe7e77d9e..a8a396b8c542049f0b276cf99ad6afe523f62e77 100644 (file)
@@ -45,7 +45,7 @@ public:
     void SetLabel( const wxString &label );
     virtual void SetLabel( const wxBitmap& bitmap ) { SetBitmapLabel(bitmap); }
 
-    virtual bool Enable(bool enable = TRUE);
+    virtual bool Enable(bool enable = true);
 
     // implementation
     // --------------