work on document
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@75 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
32d013241a
commit
31d01d3b79
7 changed files with 153 additions and 0 deletions
|
|
@ -1,4 +1,8 @@
|
|||
/* $Id$ */
|
||||
/*!
|
||||
* %file Mw/Button.h
|
||||
* %brief Button widget
|
||||
*/
|
||||
#ifndef __MW_BUTTON_H__
|
||||
#define __MW_BUTTON_H__
|
||||
|
||||
|
|
@ -9,6 +13,9 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
/*!
|
||||
* %brief Button class
|
||||
*/
|
||||
MWDECL MwClass MwButtonClass;
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
|||
|
|
@ -1,4 +1,8 @@
|
|||
/* $Id$ */
|
||||
/*!
|
||||
* %file Mw/Core.h
|
||||
* %brief Core
|
||||
*/
|
||||
#ifndef __MW_CORE_H__
|
||||
#define __MW_CORE_H__
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue