#ifndef _label_ #define _label_ #include struct label : component { displayitem str; void setlabel(displayitem s); }; #endif