More TODOs.

This commit is contained in:
Pietro Gagliardi 2017-06-19 23:34:59 -04:00
parent 180b6429ef
commit 271a3bc022
1 changed files with 2 additions and 1 deletions

View File

@ -210,7 +210,8 @@ _UI_EXTERN void uiAttributedStringAppendUnattributed(uiAttributedString *s, cons
// along with its text.
_UI_EXTERN void uiAttributedStringInsertAtUnattributed(uiAttributedString *s, const char *str, size_t at);
// TODO add the Append and InsertAtAttributed functions
// TODO add the Append and InsertAtExtendingAttributes functions
// TODO and add functions that take a string + length
// uiAttributedStringDelete() deletes the characters and attributes of
// s in the range [start, end).