Wt examples
3.7.1
|
Classes | |
class | Character |
A Matrix character that takes red and/or blue pills. More... | |
Functions | |
WImage * | createDragImage (const char *url, const char *smallurl, const char *mimeType, WContainerWidget *p) |
Create an image which can be dragged. More... | |
DragExample::DragExample (Wt::WContainerWidget *parent) | |
WImage* createDragImage | ( | const char * | url, |
const char * | smallurl, | ||
const char * | mimeType, | ||
WContainerWidget * | p | ||
) |
Create an image which can be dragged.
The image to be displayed when dragging is given by smallurl, and configured with the given mime type
Definition at line 19 of file DragExample.C.
DragExample::DragExample | ( | Wt::WContainerWidget * | parent | ) |
Definition at line 36 of file DragExample.C.