]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/button.h
added alpha channel support to wxGTK2's wxBitmap
[wxWidgets.git] / include / wx / button.h
index 1143afed78d5a04759a388c9100b2774ca1003a1..3ddac2830eeab9e9e47a1302cffcd0b88ee337a6 100644 (file)
@@ -82,7 +82,7 @@ public:
     static wxSize GetDefaultSize();
 
 protected:
     static wxSize GetDefaultSize();
 
 protected:
-#ifndef __WXGTK20__
+#if !defined(__WXGTK20__) || defined(__WXUNIVERSAL__)
     // create stock button (generic implementation)
     bool CreateStock(wxWindow *parent, wxWindowID id, wxStockItemID stock,
                      const wxString& descriptiveLabel = wxEmptyString,
     // create stock button (generic implementation)
     bool CreateStock(wxWindow *parent, wxWindowID id, wxStockItemID stock,
                      const wxString& descriptiveLabel = wxEmptyString,