]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/string.h
Add wxColour::{Set,Get}RGB[A]().
[wxWidgets.git] / interface / wx / string.h
index 4952ca259a4f693eb3bd1a16f924a85422c1a364..73a8e86ffcbe6a13e397665b238f0b53ccf5b6fc 100644 (file)
@@ -112,6 +112,26 @@ public:
     */
     wxString(const wxString& stringSrc);
 
+    /**
+       Construct a string consisting of @a nRepeat copies of ch.
+    */
+    wxString(wxUniChar ch, size_t nRepeat = 1);
+
+    /**
+       Construct a string consisting of @a nRepeat copies of ch.
+    */
+    wxString(wxUniCharRef ch, size_t nRepeat = 1);
+
+    /**
+       Construct a string consisting of @a nRepeat copies of ch
+       converted to Unicode using the current locale encoding.
+    */
+    wxString(char ch, size_t nRepeat = 1);
+
+    /**
+       Construct a string consisting of @a nRepeat copies of ch.
+    */
+    wxString(wchar_t ch, size_t nRepeat = 1);
 
     /**
        Constructs a string from the string literal @a psz using