igBeginChild

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool igBeginChild(const(char)* str_id, ImVec2 size, bool border, ImGuiWindowFlags flags)
    bool
    igBeginChild
    (
    const(char)* str_id
    ,
    const ImVec2 size
    ,
    bool border
    ,)
  2. bool igBeginChild(ImGuiID id, ImVec2 size, bool border, ImGuiWindowFlags flags)

Meta