Searched defs:ImGuiWindow (Results 1 – 2 of 2) sorted by relevance
1128 struct IMGUI_API ImGuiWindow struct1132 ImGuiWindowFlags Flags; // See enum ImGuiWindowFlags_ argument1133 … Pos; // Position (always rounded-up to nearest pixel)1134 … Size; // Current size (==SizeFull or collapsed title bar size)1135 ImVec2 SizeFull; // Size when non collapsed1136 … of Begin. This is the reference value we'll use on the next frame to decide if we need scrollbars.1137 …ch of the drawing cursor) from previous frame. Include decoration, window title, border, menu, etc.1138 …plicit; // Size of contents explicitly set by the user via SetNextWindowContentSize()1139 …ImVec2 WindowPadding; // Window padding at the time of begin.1140 …loat WindowRounding; // Window rounding at the time of begin.[all …]
2495 ImGuiWindow::ImGuiWindow(ImGuiContext* context, const char* name) in ImGuiWindow() function in ImGuiWindow3069 static ImDrawList* GetOverlayDrawList(ImGuiWindow*) in GetOverlayDrawList() argument7012 ImRect ImGui::GetWindowAllowedExtentRect(ImGuiWindow*) in GetWindowAllowedExtentRect() argument