igBeginChildID function

int igBeginChildID(
  1. int id,
  2. ImVec2 size,
  3. int border,
  4. int flags
)
byte igBeginChildID(
 uint id ,
 ImVec2 size ,
 byte border ,
 ImGuiWindowFlags flags
);

Implementation

int igBeginChildID(int id, ImVec2 size, int border, int flags) =>
    _igBeginChildID(id, size, border, flags);