// generated 2002/5/26 15:55:07 CEST by free@m127.net195-132-170.noos.fr.localdomain // using glademm V0.6.4 // // newer (non customized) versions of this file go to MMIHeader.cc_new // This file is for your program, I won't touch it again! #include "config.h" #include "MMIHeader.hh" void MMIHeader::setSour(std::string const &s) { _sour->set_point(0); _sour->forward_delete(_sour->get_length()); _sour->insert(s); return; } void MMIHeader::setDate(std::string const &s) { _date->set_text(s); return; } void MMIHeader::setNote(std::string const &s) { _note->set_point(0); _note->forward_delete(_sour->get_length()); _note->insert(s); }