mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-01 05:13:40 +01:00
Regenerate bindings
This commit is contained in:
parent
6078c42963
commit
e559ae6b20
310 changed files with 361033 additions and 717041 deletions
|
|
@ -30,17 +30,17 @@ namespace Dalamud.Bindings.ImGui
|
|||
DontClosePopups = unchecked(1),
|
||||
|
||||
/// <summary>
|
||||
/// Frame will span all columns of its container table (text will still fit in current column)<br/>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
SpanAllColumns = unchecked(2),
|
||||
|
||||
/// <summary>
|
||||
/// Generate press events on double clicks too<br/>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
AllowDoubleClick = unchecked(4),
|
||||
|
||||
/// <summary>
|
||||
/// Cannot be selected, display grayed out text<br/>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Disabled = unchecked(8),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue