few details fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55708 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user