XCreateWindow

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. Window XCreateWindow(Display* , Window , int , int , uint , uint , uint , int , uint , Visual* , c_ulong , XSetWindowAttributes* )
    extern (C) nothrow extern
    XCreateWindow
    (,,
    int
    ,
    int
    ,
    uint
    ,
    uint
    ,
    uint
    ,
    int
    ,
    uint
    ,,
    c_ulong
    ,)
  2. Window XCreateWindow(Display* display, Window parent, int x, int y, uint width, uint height, uint border_width, int depth, uint _class, XID copyFromParent, c_ulong valuemask, XSetWindowAttributes* attributes)

Meta