PetrFlajsingr / pf_imgui

Dear ImGui wrapper along with some other useful libraries.
MIT License
21 stars 3 forks source link

Left side label #215

Closed PetrFlajsingr closed 2 years ago

PetrFlajsingr commented 2 years ago

Something like LeftLabelDecorator<TElement>. If the TElement is Labellable it'll just use its label, otherwise it'll derive from Labellable itself and use that.

PetrFlajsingr commented 2 years ago

It's for the best to just use tables for this or something like that