Clarify wxArrayString::Insert() description
This commit is contained in:
@@ -143,8 +143,8 @@ public:
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
Inserts the given number of @a copies of @a str in the array before the
|
Inserts the given number of @a copies of @a str in the array before the
|
||||||
position @a nIndex. Thus, for example, to insert the string in the beginning of
|
array element at the position @a nIndex. Thus, for example, to insert
|
||||||
the array you would write:
|
the string in the beginning of the array you would write:
|
||||||
|
|
||||||
@code
|
@code
|
||||||
Insert("foo", 0);
|
Insert("foo", 0);
|
||||||
|
Reference in New Issue
Block a user