igSetWindowCollapsedStr function

void igSetWindowCollapsedStr(
  1. Pointer<Uint8> name,
  2. int collapsed,
  3. int cond
)
void igSetWindowCollapsedStr(
 byte* name ,
 byte collapsed ,
 ImGuiCond cond
);

Implementation

void igSetWindowCollapsedStr(Pointer<Uint8> name, int collapsed, int cond) =>
    _igSetWindowCollapsedStr(name, collapsed, cond);