Files
milsko/include/Mw/Widget/Label.h
NishiOwO a0d8161c2e add MwNleftPadding and update binding
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@346 b9cfdab3-6d41-4d17-bbe4-086880011989
2025-10-15 19:05:32 +00:00

27 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