Searched refs:ContentsHeight (Results 1 – 4 of 4) sorted by relevance
1248 float ContentsHeight; member
5909 tab_bar->ContentsHeight = ImMax(window->DC.CursorPos.y - tab_bar->BarRect.Max.y, 0.0f); in EndTabBar()5911 window->DC.CursorPos.y = tab_bar->BarRect.Max.y + tab_bar->ContentsHeight; in EndTabBar()
1284 float ContentsHeight; member
5837 ContentsHeight = 0.0f; in ImGuiTabBar()5941 tab_bar->ContentsHeight = ImMax(window->DC.CursorPos.y - tab_bar->BarRect.Max.y, 0.0f); in EndTabBar()5943 window->DC.CursorPos.y = tab_bar->BarRect.Max.y + tab_bar->ContentsHeight; in EndTabBar()