Пример #1
0
void DragZoneDemo::leave(Event&) {
    body(kit_->inset_frame(kit_->label("zone")));
    reallocate();
}
Пример #2
0
Glyph* DragDemo::glyph() {
    return kit_->outset_frame(kit_->label("drag"));
}
Пример #3
0
void DragZoneDemo::enter(Event&, const char*, int) {
    body(kit_->outset_frame(kit_->label("zone")));
    reallocate();
}