pub fn lbl<C: IntoCStr>(c: C) -> LblId<C>Expand description
Uses the given string directly as an ImGui parameter that contains a label plus an id.
The usual Dear ImGui syntax applies:
"hello": is both a label and an id."hello##world": the label ishello, the id is the whole string`."hello###world": the label ishello, the id is###world.