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

Method unmarkText

windows/java/WindowWin32.java:25–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23 }
24
25 @Override
26 public void unmarkText() {
27 assert _onUIThread() : "Should be run on UI thread";
28 _nUnmarkText();
29 }
30
31 @Override
32 public IRect getWindowRect() {

Callers

nothing calls this directly

Calls 2

_nUnmarkTextMethod · 0.95
_onUIThreadMethod · 0.45

Tested by

no test coverage detected