Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.
21
type
Dockable
interface
{
22
Handle() w32.HWND
23
24
Pos() (x, y int)
25
Width() int
Callers
15
UpdateTheme
Method · 0.65
NewWindow
Function · 0.65
Fullscreen
Method · 0.65
UnFullscreen
Method · 0.65
IsVisible
Method · 0.65
WndProc
Method · 0.65
IsMaximised
Method · 0.65
IsMinimised
Method · 0.65
IsNormal
Method · 0.65
IsFullScreen
Method · 0.65
WindowSetBackgroundColour
Method · 0.65
ScreenGetAll
Method · 0.65
Implementers
1
ControlBase
v2/internal/frontend/desktop/windows/w
Calls
no outgoing calls
Tested by
no test coverage detected