Wt examples
4.11.3
|
#include "DragExample.h"
#include "Character.h"
#include <Wt/WEnvironment.h>
#include <Wt/WImage.h>
#include <Wt/WApplication.h>
Go to the source code of this file.
Functions | |
WImage * | createDragImage (const char *url, const char *smallurl, const char *mimeType, WContainerWidget *p) |
Create an image which can be dragged. More... | |
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 17 of file DragExample.C.