MCPcopy
hub / github.com/wailsapp/wails / Handle

Method Handle

v2/internal/frontend/desktop/windows/winc/layout.go:22–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20// Dockable component must satisfy interface to be docked.
21type Dockable interface {
22 Handle() w32.HWND
23
24 Pos() (x, y int)
25 Width() int

Callers 15

UpdateThemeMethod · 0.65
NewWindowFunction · 0.65
FullscreenMethod · 0.65
UnFullscreenMethod · 0.65
IsVisibleMethod · 0.65
WndProcMethod · 0.65
IsMaximisedMethod · 0.65
IsMinimisedMethod · 0.65
IsNormalMethod · 0.65
IsFullScreenMethod · 0.65
ScreenGetAllMethod · 0.65

Implementers 1

ControlBasev2/internal/frontend/desktop/windows/w

Calls

no outgoing calls

Tested by

no test coverage detected