Home | All Classes | Grouped Classes | Index | Search
Inserts text into the list at index.
int insert_item( const std::string& text, int index = -1);
Detailed description:
If index is negative, text is inserted at the end of the list. Returns the index of the text
See also: