mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-08 10:23:27 +00:00
rename
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@236 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
#include <Mw/Widget/CheckBox.h>
|
||||
#include <Mw/Widget/Frame.h>
|
||||
#include <Mw/Widget/Image.h>
|
||||
#include <Mw/Widget/Text.h>
|
||||
#include <Mw/Widget/Entry.h>
|
||||
#include <Mw/Widget/ScrollBar.h>
|
||||
|
||||
#endif
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
/* $Id$ */
|
||||
/*!
|
||||
* %file Mw/Widget/Text.h
|
||||
* %brief Text widget
|
||||
* %file Mw/Widget/Entry.h
|
||||
* %brief Entry widget
|
||||
* %prop MwNtext
|
||||
*/
|
||||
#ifndef __MW_WIDGET_TEXT_H__
|
||||
#define __MW_WIDGET_TEXT_H__
|
||||
#ifndef __MW_WIDGET_ENTRY_H__
|
||||
#define __MW_WIDGET_ENTRY_H__
|
||||
|
||||
#include <Mw/MachDep.h>
|
||||
#include <Mw/TypeDefs.h>
|
||||
@@ -15,9 +15,9 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
/*!
|
||||
* %brief Text widget class
|
||||
* %brief Entry widget class
|
||||
*/
|
||||
MWDECL MwClass MwTextClass;
|
||||
MWDECL MwClass MwEntryClass;
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
Reference in New Issue
Block a user