creator.widgets.category

Undocumented in source.

Members

Enums

IncCategoryFlags
enum IncCategoryFlags
Undocumented in source.

Functions

incBeginCategory
bool incBeginCategory(const(char)* title, IncCategoryFlags flags)

Begins a category using slightly darkened versions of the main UI colors

incBeginCategory
bool incBeginCategory(const(char)* title, ImVec4 color, IncCategoryFlags flags)

Begins a category using the defined color

incEndCategory
void incEndCategory()

Ends a category

Meta