inochi-creator v0.7.4 (2022-10-10T13:16:34Z)
Dub
Repo
incBeginCategory
creator
widgets
category
Begins a category using the defined color
Remember to call incEndCategory after!
bool
incBeginCategory
(const(char)* title, IncCategoryFlags flags)
bool
incBeginCategory
(const(char)* title, ImVec4 color, IncCategoryFlags flags)
bool
incBeginCategory
(
const
(
char
)*
title
,
ImVec4
color
,
IncCategoryFlags
flags
=
IncCategoryFlags.None
)
Meta
Source
See Implementation
creator
widgets
category
enums
IncCategoryFlags
functions
incBeginCategory
incEndCategory
Begins a category using the defined color
Remember to call incEndCategory after!