Searched refs:ImGuiTabItemFlags_NoCloseWithMiddleMouseButton (Results 1 – 6 of 6) sorted by relevance
830 …ImGuiTabItemFlags_NoCloseWithMiddleMouseButton = 1 << 2, // Disable behavior of closing tabs (t… enumerator
6504 flags |= ImGuiTabItemFlags_NoCloseWithMiddleMouseButton; in TabItemEx()6619 if (!(flags & ImGuiTabItemFlags_NoCloseWithMiddleMouseButton) && IsMouseClicked(2)) in TabItemLabelAndCloseButton()
823 …ImGuiTabItemFlags_NoCloseWithMiddleMouseButton = 1 << 2, // Disable behavior of closing tabs (t… enumerator
6417 flags |= ImGuiTabItemFlags_NoCloseWithMiddleMouseButton; in TabItemEx()6527 if (!(flags & ImGuiTabItemFlags_NoCloseWithMiddleMouseButton) && IsMouseClicked(2)) in TabItemLabelAndCloseButton()
1111 …ImGuiTabItemFlags_NoCloseWithMiddleMouseButton = 1 << 2, // Disable behavior of closing tabs (t… enumerator
8041 flags |= ImGuiTabItemFlags_NoCloseWithMiddleMouseButton; in TabItemEx()8187 if (!(flags & ImGuiTabItemFlags_NoCloseWithMiddleMouseButton) && IsMouseClicked(2)) in TabItemLabelAndCloseButton()