Searched defs:is_editable (Results 1 – 3 of 3) sorted by relevance
62 bool is_editable = (node.get() && node->IsEditable()); in OnFocusedNodeChanged() local
3143 const bool is_editable = (flags & ImGuiInputTextFlags_ReadOnly) == 0; in InputTextEx() local