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

Method setTrafficLightsVisible

macos/java/WindowMac.java:152–157  ·  view source on GitHub ↗
(boolean isVisible)

Source from the content-addressed store, hash-verified

150 }
151
152 @NotNull @Contract("_ -> this")
153 public WindowMac setTrafficLightsVisible(boolean isVisible) {
154 assert _onUIThread() : "Should be run on UI thread";
155 _nSetTrafficLightsVisible(isVisible);
156 return this;
157 }
158
159 @ApiStatus.Internal @Override
160 public native void _nSetMouseCursor(int cursorIdx);

Callers 1

setTitlebarVisibleMethod · 0.95

Calls 2

_onUIThreadMethod · 0.45

Tested by

no test coverage detected