Regenerate bindings

This commit is contained in:
goaaats 2025-07-20 01:23:58 +02:00
parent 6078c42963
commit e559ae6b20
310 changed files with 361033 additions and 717041 deletions

View file

@ -25,17 +25,17 @@ namespace Dalamud.Bindings.ImGui
SectionMask = unchecked(192),
/// <summary>
/// Track whether p_open was set or not (we'll need this info on the next frame to recompute ContentWidth during layout)<br/>
/// To be documented.
/// </summary>
NoCloseButton = unchecked(1048576),
/// <summary>
/// Used by TabItemButton, change the tab item behavior to mimic a button<br/>
/// To be documented.
/// </summary>
Button = unchecked(2097152),
/// <summary>
/// [Docking] Trailing tabs with the _Unsorted flag will be sorted based on the DockOrder of their Window.<br/>
/// To be documented.
/// </summary>
Unsorted = unchecked(4194304),