milsko/include/Mw/Widget/Label.h
2025-10-15 19:05:32 +00:00

26 lines
361 B
C

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