mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
Tidying up README, moved entries to FAQ, updated screenshots, removed comma in title.
This commit is contained in:
parent
ca953f0fee
commit
84d1ce3958
3 changed files with 35 additions and 42 deletions
|
|
@ -1775,7 +1775,7 @@ static void ShowDemoWindowLayout()
|
|||
|
||||
if (ImGui::TreeNode("Groups"))
|
||||
{
|
||||
ImGui::TextWrapped("(Using ImGui::BeginGroup()/EndGroup() to layout items. BeginGroup() basically locks the horizontal position. EndGroup() bundles the whole group so that you can use functions such as IsItemHovered() on it.)");
|
||||
ShowHelpMarker("Using ImGui::BeginGroup()/EndGroup() to layout items. BeginGroup() basically locks the horizontal position. EndGroup() bundles the whole group so that you can use functions such as IsItemHovered() on it.");
|
||||
ImGui::BeginGroup();
|
||||
{
|
||||
ImGui::BeginGroup();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue