/* $Id$ */ /*! * %file Mw/Widget/Label.h * %brief Label widget */ #ifndef __MW_WIDGET_LABEL_H__ #define __MW_WIDGET_LABEL_H__ #include #include #ifdef __cplusplus extern "C" { #endif /*! * %brief Label widget class */ MWDECL MwClass MwLabelClass; #ifdef __cplusplus } #endif #endif