igTreeNodeStrStr function

int igTreeNodeStrStr(
  1. Pointer<Uint8> str_id,
  2. Pointer<Uint8> fmt
)
byte igTreeNodeStrStr(
 byte* str_id ,
 byte* fmt ,
 ... ...
);

Implementation

int igTreeNodeStrStr(Pointer<Uint8> str_id, Pointer<Uint8> fmt) =>
    _igTreeNodeStrStr(str_id, fmt);