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

Method DropFiles

window.go:2009–2011  ·  view source on GitHub ↗

DropFiles returns a *DropFilesEvent that you can attach to for handling drop file events for the *WindowBase.

()

Source from the content-addressed store, hash-verified

2007// DropFiles returns a *DropFilesEvent that you can attach to for handling
2008// drop file events for the *WindowBase.
2009func (wb *WindowBase) DropFiles() *DropFilesEvent {
2010 return wb.dropFilesPublisher.Event(wb.hWnd)
2011}
2012
2013// MouseDown returns a *MouseEvent that you can attach to for handling
2014// mouse down events for the *WindowBase.

Callers 1

CreateMethod · 0.80

Calls 1

EventMethod · 0.45

Tested by

no test coverage detected