mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-21 23:37:44 +01:00
Regenerate bindings
This commit is contained in:
parent
6078c42963
commit
e559ae6b20
310 changed files with 361033 additions and 717041 deletions
|
|
@ -25,7 +25,7 @@ namespace Dalamud.Bindings.ImGui
|
|||
None = unchecked(0),
|
||||
|
||||
/// <summary>
|
||||
/// Axis default to current layout type, so generally Horizontal unless e.g. in a menu bar<br/>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Horizontal = unchecked(1),
|
||||
|
||||
|
|
@ -35,7 +35,7 @@ namespace Dalamud.Bindings.ImGui
|
|||
Vertical = unchecked(2),
|
||||
|
||||
/// <summary>
|
||||
/// Make separator cover all columns of a legacy Columns() set.<br/>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
SpanAllColumns = unchecked(4),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue