XCreateWindow

Create windows and window attributes structure.

This overload allow you to pass the special parameter "CopyFromParent". Watch out as it will accept any kind of XID, hence it is not type safe.

  1. Window XCreateWindow(Display* , Window , int , int , uint , uint , uint , int , uint , Visual* , c_ulong , XSetWindowAttributes* )
  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)
    extern (C) nothrow extern
    XCreateWindow

Meta