DropFiles returns a *DropFilesEvent that you can attach to for handling drop file events for the *WindowBase.
()
| 2007 | // DropFiles returns a *DropFilesEvent that you can attach to for handling |
| 2008 | // drop file events for the *WindowBase. |
| 2009 | func (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. |