harfang3d/doc/doc/ImGuiSelectable.md

11 lines
233 B
Markdown
Raw Normal View History

2021-12-15 19:23:12 +00:00
Selectable item.
The following `width` values are possible:
* `= 0.0`: Use remaining width.
* `> 0.0`: Specific width.
The following `height` values are possible:
* `= 0.0`: Use label height.
2021-10-13 12:40:31 +00:00
* `> 0.0`: Specific height.