ui/common/types.c

changeset 155
b907d8059290
parent 152
62921b370c60
child 157
0b33b9396851
equal deleted inserted replaced
154:8a4451fcb736 155:b907d8059290
371 t->position = NULL; 371 t->position = NULL;
372 t->selection = NULL; 372 t->selection = NULL;
373 t->length = NULL; 373 t->length = NULL;
374 t->remove = NULL; 374 t->remove = NULL;
375 t->obj = NULL; 375 t->obj = NULL;
376 t->undomgr = NULL;
376 } 377 }
377 378
378 void uic_range_unbind(UiRange *r) { 379 void uic_range_unbind(UiRange *r) {
379 r->get = NULL; 380 r->get = NULL;
380 r->set = NULL; 381 r->set = NULL;

mercurial