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

Method _nSetTitlebarStyle

macos/java/WindowMac.java:345–345  ·  view source on GitHub ↗
(int titlebarStyle)

Source from the content-addressed store, hash-verified

343 @ApiStatus.Internal public native void _nSetIcon(String path);
344 @ApiStatus.Internal public native void _nSetFullSizeContentView(boolean value);
345 @ApiStatus.Internal public native void _nSetTitlebarStyle(int titlebarStyle);
346 @ApiStatus.Internal public native void _nSetTrafficLightPosition(int left, int top);
347 @ApiStatus.Internal public native void _nSetTrafficLightsVisible(boolean value);
348 @ApiStatus.Internal public native void _nHideMouseCursorUntilMoved(boolean value);

Callers 1

setTitlebarStyleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected