MCPcopy Create free account
hub / github.com/lxn/walk / CursorSizeNS

Function CursorSizeNS

cursor.go:66–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64}
65
66func CursorSizeNS() Cursor {
67 return stockCursor{win.LoadCursor(0, win.MAKEINTRESOURCE(win.IDC_SIZENS))}
68}
69
70func CursorSizeAll() Cursor {
71 return stockCursor{win.LoadCursor(0, win.MAKEINTRESOURCE(win.IDC_SIZEALL))}

Callers 2

setOrientationMethod · 0.85
onInsertedWidgetMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…