Searched refs:SelectionStart (Results 1 – 7 of 7) sorted by relevance
334 if (data->SelectionStart == 0 && data->SelectionEnd == data->BufTextLen) in Callback()339 data->SelectionStart = 0; in Callback()
1437 …int SelectionStart; // // Read-write // [Co… member1445 bool HasSelection() const { return SelectionStart != SelectionEnd; } in HasSelection()
3027 SelectionStart = SelectionEnd = CursorPos; in DeleteChars()3059 SelectionStart = SelectionEnd = CursorPos; in InsertChars()3538 …const int utf8_selection_start = callback_data.SelectionStart = ImTextCountUtf8BytesFromStr(text, … in InputTextEx()3549 …SelectionStart != utf8_selection_start) { edit_state.StbState.select_start = ImTextCountCharsFrom… in InputTextEx()
1984 …int SelectionStart; // // Read-write // [Co… member1992 void SelectAll() { SelectionStart = 0; SelectionEnd = BufTextLen; } in SelectAll()1993 void ClearSelection() { SelectionStart = SelectionEnd = BufTextLen; } in ClearSelection()1994 bool HasSelection() const { return SelectionStart != SelectionEnd; } in HasSelection()
3811 SelectionStart = SelectionEnd = CursorPos; in DeleteChars()3843 SelectionStart = SelectionEnd = CursorPos; in InsertChars()4464 …const int utf8_selection_start = callback_data.SelectionStart = ImTextCountUtf8BytesFromStr(text, … in InputTextEx()4476 …SelectionStart != utf8_selection_start || buf_dirty) { state->Stb.select_start = (callback_data.S… in InputTextEx()4477 …state->Stb.select_end = (callback_data.SelectionEnd == callback_data.SelectionStart) ? state->Stb.… in InputTextEx()
1430 …int SelectionStart; // // Read-write // [Co… member1438 bool HasSelection() const { return SelectionStart != SelectionEnd; } in HasSelection()
3027 SelectionStart = SelectionEnd = CursorPos; in DeleteChars()3059 SelectionStart = SelectionEnd = CursorPos; in InsertChars()3532 …const int utf8_selection_start = callback_data.SelectionStart = ImTextCountUtf8BytesFromStr(text, … in InputTextEx()3543 …SelectionStart != utf8_selection_start) { edit_state.StbState.select_start = ImTextCountCharsFrom… in InputTextEx()