MCPcopy Create free account
hub / github.com/HumbleUI/JWM / WindowX11

Method WindowX11

linux/java/WindowX11.java:13–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11
12public class WindowX11 extends Window {
13 @ApiStatus.Internal
14 public WindowX11() {
15 super(_nMake());
16 }
17
18 @Override
19 public Window setTextInputEnabled(boolean enabled) {

Callers

nothing calls this directly

Calls 1

_nMakeMethod · 0.95

Tested by

no test coverage detected