Searched defs:windowStyle (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Window.cpp458 DWORD windowStyle,
486 TweakStyle(windowStyle, windowExStyle);
489 windowStyle,
457 CreateHWnd(JNIEnv *env, LPCWSTR title, DWORD windowStyle, DWORD windowExStyle, int x, int y, int w, int h, HWND hWndParent, HMENU hMenu, COLORREF colorForeground, COLORREF colorBackground, jobject peer) argument
H A Dawt_Component.cpp476 DWORD windowStyle,
502 windowStyle |= WS_VISIBLE;
504 windowStyle &= ~WS_VISIBLE;
513 windowStyle,
475 CreateHWnd(JNIEnv *env, LPCWSTR title, DWORD windowStyle, DWORD windowExStyle, int x, int y, int w, int h, HWND hWndParent, HMENU hMenu, COLORREF colorForeground, COLORREF colorBackground, jobject peer) argument

Completed in 46 milliseconds