struct ImGui::ImGuiTextFilter
- ImGui::ImGuiTextFilter
- Struct
- Value
- Object
Included Modules
- ImGui::ClassType(LibImGui::ImGuiTextFilter)
Defined in:
obj.crConstructors
Instance Method Summary
- #build : Void
- #clear : Void
- #count_grep : Int32
- #count_grep=(count_grep : Int32)
- #draw(label : String = "Filter(inc,-exc)", width : Float32 = 0.0) : Bool
- #filters : ImVector(LibImGui::ImGuiTextRange)
- #filters=(filters : ImVector(LibImGui::ImGuiTextRange))
- #input_buf : Slice(LibC::Char)
- #input_buf=(input_buf : Slice(LibC::Char))
- #is_active : Bool
- #pass_filter(text : Bytes | String) : Bool
- #to_unsafe : Pointer(T)