We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@azeno
Windows Manipulation Like: SetNextWindowPos, SetNextWindowSize, SetNextWindowCollapsed... See: https://github.com/ocornut/imgui/blob/873e9d35acb4d629a5ba06a312201edff8b9d0f6/imgui.h#L353 We've decided these setter nodes will be below the window.
Addressed in Commands #40
Image, ImageButton See: https://github.com/ocornut/imgui/blob/873e9d35acb4d629a5ba06a312201edff8b9d0f6/imgui.h#L497
@antongit
Close
Tags
The text was updated successfully, but these errors were encountered:
SetResizeGrip and SetTitleStyle are joined into SetWindowStyle. Adds …
a361ba2
…to #14.
azeno
antongit
No branches or pull requests
@azeno
Windows ManipulationLike: SetNextWindowPos, SetNextWindowSize, SetNextWindowCollapsed...
See: https://github.com/ocornut/imgui/blob/873e9d35acb4d629a5ba06a312201edff8b9d0f6/imgui.h#L353
We've decided these setter nodes will be below the window.
Addressed in Commands #40
Image, ImageButton
See: https://github.com/ocornut/imgui/blob/873e9d35acb4d629a5ba06a312201edff8b9d0f6/imgui.h#L497
@antongit
https://github.com/ocornut/imgui/blob/873e9d35acb4d629a5ba06a312201edff8b9d0f6/imgui.h#L913
See an extra issue: Save / Load UI State #45.
Close
button. Waits for CollapsingHeader: IsVisible and IsOpen are BSubjects #46.Tags
.The text was updated successfully, but these errors were encountered: