mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-02 13:53:40 +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
|
|||
None = unchecked(0),
|
||||
|
||||
/// <summary>
|
||||
/// Set row background color 0 (generally used for background, automatically set when ImGuiTableFlags_RowBg is used)<br/>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
RowBg0 = unchecked(1),
|
||||
|
||||
/// <summary>
|
||||
/// Set row background color 1 (generally used for selection marking)<br/>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
RowBg1 = unchecked(2),
|
||||
|
||||
/// <summary>
|
||||
/// Set cell background color (top-most color)<br/>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
CellBg = unchecked(3),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue