]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/windows.i
Images can now be embedded in Python source files.
[wxWidgets.git] / wxPython / src / windows.i
index eaa557ec26282f09f9d15e1fbed3aeb7234e8d4b..febdff9118f017959e2d53b713ddeb89273aa5b5 100644 (file)
@@ -731,7 +731,7 @@ public:
     static wxString GetLabelFromText(const wxString& text);
 
     // wxOwnerDrawn methods
-    // TODO: also look at other ownerdrawn classes...
+#ifdef __WXMSW__
     void SetFont(const wxFont& font);
     wxFont& GetFont();
     void SetTextColour(const wxColour& colText);
@@ -751,7 +751,7 @@ public:
     //bool IsCheckable();
     bool IsOwnerDrawn();
     void ResetOwnerDrawn();
-
+#endif
 };
 
 //---------------------------------------------------------------------------