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

Method Focused

tableview.go:1881–1885  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1879}
1880
1881func (tv *TableView) Focused() bool {
1882 focused := win.GetFocus()
1883
1884 return focused == tv.hwndFrozenLV || focused == tv.hwndNormalLV
1885}
1886
1887func (tv *TableView) maybePublishFocusChanged(hwnd win.HWND, msg uint32, wp uintptr) {
1888 focused := msg == win.WM_SETFOCUS

Callers 1

lvWndProcMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected