]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/window.h
Add new methods to transform coordinates expressed in Cocoa's bounds rect to
[wxWidgets.git] / include / wx / univ / window.h
index 2ef6b3ea943d927770a5bd780685179210378c76..13a54c942142f6feef6a44ac83751de5f9fa9c0c 100644 (file)
@@ -144,11 +144,6 @@ public:
     // controls only
     virtual bool IsCanvasWindow() const { return false; }
 
-    // returns true if the control has "transparent" areas such
-    // as a wxStaticText and wxCheckBox and the background should
-    // be adapted from a parent window
-    virtual bool HasTransparentBackground() { return false; }
-
     // return true if this control can be highlighted when the mouse is over
     // it (the theme decides itself whether it is really highlighted or not)
     virtual bool CanBeHighlighted() const { return false; }