MCPcopy Create free account
hub / github.com/cogentcore/core / ApplyScenePos

Method ApplyScenePos

core/textfield.go:1895–1898  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1893}
1894
1895func (tf *TextField) ApplyScenePos() {
1896 tf.Frame.ApplyScenePos()
1897 tf.setEffPosAndSize()
1898}
1899
1900// setEffPosAndSize sets the effective position and size of
1901// the textfield based on its base position and size

Callers

nothing calls this directly

Calls 2

setEffPosAndSizeMethod · 0.95
ApplyScenePosMethod · 0.65

Tested by

no test coverage detected