Searched defs:is_resizable (Results 1 – 2 of 2) sorted by relevance
96 bool is_resizable() const { return is_resizable_; } in is_resizable() function
2948 const bool is_resizable = (obj->UserFlags & ImGuiInputTextFlags_CallbackResize) != 0; in STB_TEXTEDIT_INSERTCHARS() local3034 const bool is_resizable = (Flags & ImGuiInputTextFlags_CallbackResize) != 0; in InsertChars() local3146 const bool is_resizable = (flags & ImGuiInputTextFlags_CallbackResize) != 0; in InputTextEx() local