mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 21:24:16 +01:00
Regenerate bindings
This commit is contained in:
parent
6078c42963
commit
e559ae6b20
310 changed files with 361033 additions and 717041 deletions
|
|
@ -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),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue