Files
milsko/include/Mw/Widget/Separator.h
NishiOwO 8d0cefd133 add separator
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@733 b9cfdab3-6d41-4d17-bbe4-086880011989
2025-11-16 00:33:44 +00:00

26 lines
347 B
C

/* $Id$ */
/*!
* @file Mw/Widget/Separator.h
* @brief Separator widget
*/
#ifndef __MW_WIDGET_SEPARATOR_H__
#define __MW_WIDGET_SEPARATOR_H__
#include <Mw/MachDep.h>
#include <Mw/TypeDefs.h>
#ifdef __cplusplus
extern "C" {
#endif
/*!
* @brief Separator widget class
*/
MWDECL MwClass MwSeparatorClass;
#ifdef __cplusplus
}
#endif
#endif