add separator

git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@733 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-11-16 00:33:44 +00:00
parent d4936ead0d
commit 8d0cefd133
4 changed files with 81 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
/* $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