MCPcopy Create free account
hub / github.com/KebsCS/KBotExt / ItemSize

Function ItemSize

KBotExt/imgui/imgui_internal.h:2885–2885  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2883 // Basic Helpers for widget code
2884 IMGUI_API void ItemSize(const ImVec2& size, float text_baseline_y = -1.0f);
2885 inline void ItemSize(const ImRect& bb, float text_baseline_y = -1.0f) { ItemSize(bb.GetSize(), text_baseline_y); } // FIXME: This is a misleading API since we expect CursorPos to be bb.Min.
2886 IMGUI_API bool ItemAdd(const ImRect& bb, ImGuiID id, const ImRect* nav_bb = NULL, ImGuiItemFlags extra_flags = 0);
2887 IMGUI_API bool ItemHoverable(const ImRect& bb, ImGuiID id, ImGuiItemFlags item_flags);
2888 IMGUI_API bool IsWindowContentHoverable(ImGuiWindow* window, ImGuiHoveredFlags flags = 0);

Callers 15

ComboAutoSelectComplexFunction · 0.85
BeginTableExMethod · 0.85
EndTableMethod · 0.85
TableHeaderMethod · 0.85
EndChildMethod · 0.85
EndGroupMethod · 0.85
TextExMethod · 0.85
LabelTextVMethod · 0.85
BulletTextVMethod · 0.85
ButtonExMethod · 0.85
InvisibleButtonMethod · 0.85
ArrowButtonExMethod · 0.85

Calls 1

GetSizeMethod · 0.80

Tested by

no test coverage detected