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

Method SetXPixels

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

SetXPixels sets the x 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

324 // RootWidgets like *MainWindow or *Dialog and relative to the parent for
325 // child Windows.
326 SetXPixels(value int) error
327
328 // SetY sets the y coordinate of the Window, relative to the screen for
329 // RootWidgets like *MainWindow or *Dialog and relative to the parent for

Callers 2

onInsertedWidgetMethod · 0.65
WndProcMethod · 0.65

Implementers 1

WindowBasewindow.go

Calls

no outgoing calls

Tested by

no test coverage detected