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. | |
WApplication * | createApplication (const WEnvironment &env) |
int | main (int argc, char **argv) |
WApplication* createApplication | ( | const WEnvironment & | env | ) |
Definition at line 36 of file DragExample.C.
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 20 of file DragExample.C.
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 71 of file DragExample.C.