Struct imgui_sys::ImGuiTextFilter [] [src]

pub struct ImGuiTextFilter {
    pub input_buf: [c_char; 256],
    pub filters: ImVector<TextRange>,
    pub count_grep: c_int,
}

Fields

input_buf: [c_char; 256] filters: ImVector<TextRange> count_grep: c_int