Searched refs:XCreateWindow (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/awt/
H A DVDrawingArea.c236 w->core.window = XCreateWindow (XtDisplay (w), XtWindow (w->core.parent),
H A Dawt_InputMethod.c749 status = XCreateWindow(dpy,
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DMotifDnDConstants.java174 motifWindow = XlibWrapper.XCreateWindow(newDisplay, defaultRootWindow,
183 throw new XException("XCreateWindow returns NULL");
H A DXlibWrapper.java98 Window XCreateWindow(display, parent, x, y, width, height,
113 static native long XCreateWindow(long display, long parent, int x,int y, int width, int height, int border_width, int depth, long wclass, long visual, long valuemask, long attributes); method in class:XlibWrapper
H A DXBaseWindow.java366 window = XlibWrapper.XCreateWindow(XToolkit.getDisplay(),
/openjdk7/jdk/src/solaris/native/sun/awt/splashscreen/
H A Dsplashscreen_sys.c265 splash->window = XCreateWindow(splash->display, XRootWindowOfScreen(splash->screen),
/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXlibWrapper.c212 * Method: XCreateWindow
221 return XCreateWindow((Display *) jlong_to_ptr(display),(Window) window, x, y, w, h,

Completed in 168 milliseconds