예제 #1
0
 public static extern Window XCreateWindow(
     [In] Display *display,
     [In] Window parent,
     [In] int x,
     [In] int y,
     [In] uint width,
     [In] uint height,
     [In] uint border_width,
     [In] int depth,
     [In] uint @class,
     [In] Visual *visual,
     [In] UIntPtr valuemask,
     [In] XSetWindowAttributes *attributes
     );
예제 #2
0
 public unsafe extern static IntPtr XCreateWindow(IntPtr display, IntPtr parent, int x, int y, int width, int height, int border_width, int depth, int xclass, IntPtr visual, IntPtr valuemask, XSetWindowAttributes *attributes);