| 76 | } |
| 77 | |
| 78 | void PiuQRCodeDictionary(xsMachine* the, void* it) |
| 79 | { |
| 80 | PiuQRCode* self = it; |
| 81 | if (xsFindResult(xsArg(1), xsID_string)) { |
| 82 | xsSlot* string = PiuString(xsResult); |
| 83 | (*self)->string = string; |
| 84 | } |
| 85 | } |
| 86 | |
| 87 | void PiuQRCodeDraw(void* it, PiuView* view, PiuRectangle area) |
| 88 | { |