3 #include <Wt/WEnvironment> 5 #include <Wt/WApplication> 39 new WText(
"<p>Help these people with their decision by dragging one of " 40 "the pills.</p>",
this);
42 if (!wApp->environment().javaScript()) {
43 new WText(
"<i>This examples requires that javascript support is " 44 "enabled.</i>",
this);
51 "icons/blue-pill-small.png",
54 "icons/red-pill-small.png",
DragExample(Wt::WContainerWidget *parent)
A Matrix character that takes red and/or blue pills.
WImage * createDragImage(const char *url, const char *smallurl, const char *mimeType, WContainerWidget *p)
Create an image which can be dragged.