MCPcopy
hub / github.com/lxn/walk / Property

Method Property

window.go:747–749  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

745}
746
747func (wb *WindowBase) Property(name string) Property {
748 return wb.name2Property[name]
749}
750
751func (wb *WindowBase) hasStyleBits(bits uint32) bool {
752 return hasWindowLongBits(wb.hWnd, win.GWL_STYLE, bits)

Callers 10

onRemovedWidgetMethod · 0.80
resetItemsMethod · 0.80
SetCurrentIndexMethod · 0.80
WndProcMethod · 0.80
resetItemsMethod · 0.80
SetCurrentIndexMethod · 0.80
WndProcMethod · 0.80
CreateMethod · 0.80
initPropertiesMethod · 0.80
conditionOrPropertyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected