package wtypes // IWuiLabel -- текстовая метка type IWuiLabel interface { // Text -- возвращает текст метки Text() IWuiText }