Home
last modified time | relevance | path

Searched refs:close_button_id (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui_widgets.cpp6507 const ImGuiID close_button_id = p_open ? window->GetID((void*)((intptr_t)id + 1)) : 0; in TabItemEx() local
6508 …belAndCloseButton(display_draw_list, bb, flags, tab_bar->FramePadding, label, id, close_button_id); in TabItemEx()
6582 …bItemFlags flags, ImVec2 frame_padding, const char* label, ImGuiID tab_id, ImGuiID close_button_id) in TabItemLabelAndCloseButton() argument
6607 if (close_button_id != 0) in TabItemLabelAndCloseButton()
6608 … if (g.HoveredId == tab_id || g.HoveredId == close_button_id || g.ActiveId == close_button_id) in TabItemLabelAndCloseButton()
6614 …if (CloseButton(close_button_id, ImVec2(bb.Max.x - frame_padding.x - close_button_sz, bb.Min.y + f… in TabItemLabelAndCloseButton()
Dimgui_internal.h1436 …ItemFlags flags, ImVec2 frame_padding, const char* label, ImGuiID tab_id, ImGuiID close_button_id);