]> git.saurik.com Git - wxWidgets.git/commitdiff
few details fixed
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Thu, 18 Sep 2008 18:34:33 +0000 (18:34 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Thu, 18 Sep 2008 18:34:33 +0000 (18:34 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55708 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/editlbox.h
interface/wx/encconv.h
interface/wx/event.h

index 67a6380211a9276354416056ab9cf8bb2f46dbdb..51013c93c63aea3dc7909ceb883a6f363540e03b 100644 (file)
@@ -94,6 +94,6 @@ public:
         Returns in the given array the current contents of the control
         (the array will be erased before control's contents are appended).
     */
-    void GetSelections(wxArrayString& strings) const;
+    void GetStrings(wxArrayString& strings) const;
 };
 
index 6aa6b71c3323a43bc161b27253ab0945ecbd365f..f7e477d80ca2e2fdfd13060fec685dbc97dd4551 100644 (file)
@@ -11,7 +11,7 @@
 
     This class is capable of converting strings between two 8-bit encodings/charsets.
     It can also convert from/to Unicode (but only if you compiled wxWidgets
-    with wxUSE_WCHAR_T set to 1).
+    with @c wxUSE_WCHAR_T set to 1).
 
     Only a limited subset of encodings is supported by wxEncodingConverter:
     @c wxFONTENCODING_ISO8859_1..15, @c wxFONTENCODING_CP1250..1257 and
index e2263ece2758c092d1496aaa89d868862eddf3f5..c77e48c49b89497b17ec724cc6c6b189a382505b 100644 (file)
@@ -319,7 +319,7 @@ public:
         wxString object which happens because the wxString field in the
         original @a event object and its copy made internally by this function
         share the same string buffer internally. Use QueueEvent() to avoid
-        this. 
+        this.
 
         A copy of event is made by the function, so the original can be deleted
         as soon as function returns (it is common that the original is created
@@ -3256,7 +3256,7 @@ public:
 /**
     @class wxSetCursorEvent
 
-    A SetCursorEvent is generated when the mouse cursor is about to be set as a
+    A wxSetCursorEvent is generated when the mouse cursor is about to be set as a
     result of mouse motion.
 
     This event gives the application the chance to perform specific mouse cursor