|
|
@ -3037,6 +3037,7 @@ namespace ImGui |
|
|
|
IMGUI_API void MarkItemEdited(ImGuiID id); // Mark data associated to given item as "edited", used by IsItemDeactivatedAfterEdit() function.
|
|
|
|
IMGUI_API void MarkItemEdited(ImGuiID id); // Mark data associated to given item as "edited", used by IsItemDeactivatedAfterEdit() function.
|
|
|
|
IMGUI_API void PushOverrideID(ImGuiID id); // Push given value as-is at the top of the ID stack (whereas PushID combines old and new hashes)
|
|
|
|
IMGUI_API void PushOverrideID(ImGuiID id); // Push given value as-is at the top of the ID stack (whereas PushID combines old and new hashes)
|
|
|
|
IMGUI_API ImGuiID GetIDWithSeed(const char* str_id_begin, const char* str_id_end, ImGuiID seed); |
|
|
|
IMGUI_API ImGuiID GetIDWithSeed(const char* str_id_begin, const char* str_id_end, ImGuiID seed); |
|
|
|
|
|
|
|
IMGUI_API ImGuiID GetIDWithSeed(int n, ImGuiID seed); |
|
|
|
|
|
|
|
|
|
|
|
// Basic Helpers for widget code
|
|
|
|
// Basic Helpers for widget code
|
|
|
|
IMGUI_API void ItemSize(const ImVec2& size, float text_baseline_y = -1.0f); |
|
|
|
IMGUI_API void ItemSize(const ImVec2& size, float text_baseline_y = -1.0f); |
|
|
|