]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/stattext.h
Committed a couple of IPC changes I forgot to do
[wxWidgets.git] / include / wx / univ / stattext.h
index 371d197b3cb206ca7b2b1da020083a59384f077d..810aa35869399ed03bbd130108541a36f564c4f8 100644 (file)
@@ -55,6 +55,8 @@ public:
 
     virtual void SetLabel(const wxString& label);
 
+    virtual bool HasTransparentBackground() { return TRUE; }
+    
 protected:
     // calculate the optimal size for the label
     virtual wxSize DoGetBestClientSize() const;