(long hwnd)
| 212 | } |
| 213 | |
| 214 | public Window winSetParent(long hwnd) { |
| 215 | assert _onUIThread() : "Should be run on UI thread"; |
| 216 | _nWinSetParent(hwnd); |
| 217 | return this; |
| 218 | } |
| 219 | |
| 220 | @ApiStatus.Internal public static native long _nMake(); |
| 221 | @ApiStatus.Internal public native void _nSetTextInputEnabled(boolean enabled); |
nothing calls this directly
no test coverage detected