ui/common/types.c

changeset 1199
13b18989113c
parent 1198
5bb4366b0c32
equal deleted inserted replaced
1198:5bb4366b0c32 1199:13b18989113c
703 to->showposition = from->showposition; 703 to->showposition = from->showposition;
704 to->setselection = from->setselection; 704 to->setselection = from->setselection;
705 to->selection = from->selection; 705 to->selection = from->selection;
706 to->length = from->length; 706 to->length = from->length;
707 to->remove = from->remove; 707 to->remove = from->remove;
708 to->setreadonly = from->setreadonly;
708 to->restore = from->restore; 709 to->restore = from->restore;
709 to->save = from->save; 710 to->save = from->save;
710 to->destroy = from->destroy; 711 to->destroy = from->destroy;
711 712
712 to->obj = from->obj; 713 to->obj = from->obj;
802 t->getsubstr = NULL; 803 t->getsubstr = NULL;
803 t->insert = NULL; 804 t->insert = NULL;
804 t->replace = NULL; 805 t->replace = NULL;
805 t->setposition = NULL; 806 t->setposition = NULL;
806 t->position = NULL; 807 t->position = NULL;
808 t->showposition = NULL;
807 t->selection = NULL; 809 t->selection = NULL;
808 t->setselection = NULL; 810 t->setselection = NULL;
809 t->length = NULL; 811 t->length = NULL;
810 t->remove = NULL; 812 t->remove = NULL;
813 t->setreadonly = NULL;
811 } 814 }
812 815
813 void uic_range_unbind(UiRange *r) { 816 void uic_range_unbind(UiRange *r) {
814 r->get = NULL; 817 r->get = NULL;
815 r->set = NULL; 818 r->set = NULL;

mercurial