milsko/include/Mw/Widget/Label.h

26 lines
353 B
C
Raw Normal View History

/* $Id$ */
/*!
* %file Mw/Widget/Label.h
* %brief Label widget
* %prop MwNtext MwNalignment
*/
#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