]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/hyperlink.h
Update msw files to use the new definitions
[wxWidgets.git] / include / wx / hyperlink.h
index cecec1ad094280f74528d7a1d9b6952210d615d4..7ff25b3f4e220824e5484e536baee75167c37e6f 100644 (file)
@@ -68,6 +68,8 @@ public:
     // NOTE: also wxWindow::Set/GetLabel, wxWindow::Set/GetBackgroundColour,
     //       wxWindow::Get/SetFont, wxWindow::Get/SetCursor are important !
 
+    virtual bool HasTransparentBackground() { return true; }
+
 protected:
     virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; }