#include <WEvent>
Public Member Functions | |
| WObject * | source () const |
| The source of the drag&drop operation. | |
| const std::string | mimeType () const |
| The mime type of this drop event. | |
| WObject* Wt::WDropEvent::source | ( | ) | const [inline] |
The source of the drag&drop operation.
The source is the widget that was set draggable using WWidget::setDraggable.
1.4.7