]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/stattext.h
In MSWUniv wxWindow and wxWindowMSW are different classes so we can't access some...
[wxWidgets.git] / include / wx / univ / stattext.h
index 3c882c69c320973bc455ebc6ebfe6e39268cd2ec..95de78f9ef9c97e020b51b894e720eb429eef08d 100644 (file)
@@ -27,7 +27,7 @@ public:
                  const wxPoint& pos = wxDefaultPosition,
                  const wxSize& size = wxDefaultSize)
     {
-        Create(parent, -1, label, pos, size, 0, wxStaticTextNameStr);
+        Create(parent, wxID_ANY, label, pos, size, 0, wxStaticTextNameStr);
     }
 
     // full form
@@ -55,9 +55,7 @@ public:
 
     virtual void SetLabel(const wxString& label);
 
-    virtual bool HasTransparentBackground() { return TRUE; }
-
-    virtual bool IsFocused() const { return FALSE; }
+    virtual bool IsFocused() const { return false; }
 
 protected:
     // calculate the optimal size for the label