MCPcopy Index your code
hub / github.com/lxn/walk / SetYPixels

Method SetYPixels

window.go:336–336  ·  view source on GitHub ↗

SetYPixels sets the y coordinate of the Window, relative to the screen for RootWidgets like *MainWindow or *Dialog and relative to the parent for child Windows.

(value int)

Source from the content-addressed store, hash-verified

334 // RootWidgets like *MainWindow or *Dialog and relative to the parent for
335 // child Windows.
336 SetYPixels(value int) error
337
338 // Size returns the outer size of the Window, including decorations.
339 Size() Size

Callers 2

onInsertedWidgetMethod · 0.65
WndProcMethod · 0.65

Implementers 1

WindowBasewindow.go

Calls

no outgoing calls

Tested by

no test coverage detected