igBeginChildFrame function

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

Implementation

int igBeginChildFrame(int id, ImVec2 size, int flags) =>
    _igBeginChildFrame(id, size, flags);