]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/stattext.h
Set TOOLKIT_LOWERCASE correctly for the various flavors of wxOSX
[wxWidgets.git] / interface / wx / stattext.h
index 456c0dc2857021b471707bdeddcd3e2714cf0c05..ca1a02a3150a56860c4e1fc0517730b36ae3f040 100644 (file)
@@ -39,7 +39,7 @@
 
     @library{wxcore}
     @category{ctrl}
 
     @library{wxcore}
     @category{ctrl}
-    <!-- @appearance{statictext.png} -->
+    @appearance{statictext.png}
 
     @see wxStaticBitmap, wxStaticBox
 */
 
     @see wxStaticBitmap, wxStaticBox
 */
@@ -81,12 +81,10 @@ public:
     /**
         Creation function, for two-step construction. For details see wxStaticText().
     */
     /**
         Creation function, for two-step construction. For details see wxStaticText().
     */
-    bool Create(wxWindow* parent, wxWindowID id,
-                const wxString& label,
+    bool Create(wxWindow* parent, wxWindowID id, const wxString& label,
                 const wxPoint& pos = wxDefaultPosition,
                 const wxPoint& pos = wxDefaultPosition,
-                const wxSize& size = wxDefaultSize,
-                long style = 0,
-                const wxString& name = "staticText");
+                const wxSize& size = wxDefaultSize, long style = 0,
+                const wxString& name = wxStaticTextNameStr);
 
     /**
         Returns the contents of the control.
 
     /**
         Returns the contents of the control.