Searched refs:child_height (Results 1 – 3 of 3) sorted by relevance
618 int child_height);
2604 int child_height) in window_frame_set_child_size() argument2618 height = child_height + decoration_height; in window_frame_set_child_size()2621 height = child_height; in window_frame_set_child_size()
2884 …float child_height = ImGui::GetTextLineHeight() + style.ScrollbarSize + style.WindowPadding.y * 2.… in ShowDemoWindowLayout() local2887 …bool child_is_visible = ImGui::BeginChild(child_id, ImVec2(-100, child_height), true, child_flags); in ShowDemoWindowLayout()