mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-08 02:13:29 +00:00
move files
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@589 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
61
include/Mw/Resource/Cursor.h
Normal file
61
include/Mw/Resource/Cursor.h
Normal file
@@ -0,0 +1,61 @@
|
||||
/* $Id$ */
|
||||
/*!
|
||||
* @file Mw/Resource/Cursor.h
|
||||
* @brief Cursor externs
|
||||
*/
|
||||
|
||||
#ifndef __MW_RESOURCE_CURSOR_H__
|
||||
#define __MW_RESOURCE_CURSOR_H__
|
||||
|
||||
#include <Mw/MachDep.h>
|
||||
#include <Mw/TypeDefs.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/*!
|
||||
* @brief Default cursor
|
||||
*/
|
||||
MWDECL MwCursor MwCursorDefault;
|
||||
|
||||
/*!
|
||||
* @brief Default cursor mask
|
||||
*/
|
||||
MWDECL MwCursor MwCursorDefaultMask;
|
||||
|
||||
/*!
|
||||
* @brief Cross cursor
|
||||
*/
|
||||
MWDECL MwCursor MwCursorCross;
|
||||
|
||||
/*!
|
||||
* @brief Cross cursor mask
|
||||
*/
|
||||
MWDECL MwCursor MwCursorCrossMask;
|
||||
|
||||
/*!
|
||||
* @brief Text cursor
|
||||
*/
|
||||
MWDECL MwCursor MwCursorText;
|
||||
|
||||
/*!
|
||||
* @brief Text cursor mask
|
||||
*/
|
||||
MWDECL MwCursor MwCursorTextMask;
|
||||
|
||||
/*!
|
||||
* @brief Hidden cursor
|
||||
*/
|
||||
MWDECL MwCursor MwCursorHidden;
|
||||
|
||||
/*!
|
||||
* @brief Hidden cursor mask
|
||||
*/
|
||||
MWDECL MwCursor MwCursorHiddenMask;
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
95
include/Mw/Resource/Icon.h
Normal file
95
include/Mw/Resource/Icon.h
Normal file
@@ -0,0 +1,95 @@
|
||||
/* $Id$ */
|
||||
/*!
|
||||
* @file Mw/Resource/Icon.h
|
||||
* @brief Icon
|
||||
*/
|
||||
#ifndef __MW_RESOURCE_ICON_H__
|
||||
#define __MW_RESOURCE_ICON_H__
|
||||
|
||||
#include <Mw/MachDep.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/*!
|
||||
* @brief Back icon
|
||||
*/
|
||||
MWDECL unsigned int MwIconBack[];
|
||||
|
||||
/*!
|
||||
* @brief Computer icon
|
||||
*/
|
||||
MWDECL unsigned int MwIconComputer[];
|
||||
|
||||
/*!
|
||||
* @brief Directory icon
|
||||
*/
|
||||
MWDECL unsigned int MwIconDirectory[];
|
||||
|
||||
/*!
|
||||
* @brief Down icon
|
||||
*/
|
||||
MWDECL unsigned int MwIconDown[];
|
||||
|
||||
/*!
|
||||
* @brief Error icon
|
||||
*/
|
||||
MWDECL unsigned int MwIconError[];
|
||||
|
||||
/*!
|
||||
* @brief File icon
|
||||
*/
|
||||
MWDECL unsigned int MwIconFile[];
|
||||
|
||||
/*!
|
||||
* @brief Forward icon
|
||||
*/
|
||||
MWDECL unsigned int MwIconForward[];
|
||||
|
||||
/*!
|
||||
* @brief Info icon
|
||||
*/
|
||||
MWDECL unsigned int MwIconInfo[];
|
||||
|
||||
/*!
|
||||
* @brief Left icon
|
||||
*/
|
||||
MWDECL unsigned int MwIconLeft[];
|
||||
|
||||
/*!
|
||||
* @brief News icon
|
||||
*/
|
||||
MWDECL unsigned int MwIconNews[];
|
||||
|
||||
/*!
|
||||
* @brief Note icon
|
||||
*/
|
||||
MWDECL unsigned int MwIconNote[];
|
||||
|
||||
/*!
|
||||
* @brief Right icon
|
||||
*/
|
||||
MWDECL unsigned int MwIconRight[];
|
||||
|
||||
/*!
|
||||
* @brief Search icon
|
||||
*/
|
||||
MWDECL unsigned int MwIconSearch[];
|
||||
|
||||
/*!
|
||||
* @brief Up icon
|
||||
*/
|
||||
MWDECL unsigned int MwIconUp[];
|
||||
|
||||
/*!
|
||||
* @brief Warning icon
|
||||
*/
|
||||
MWDECL unsigned int MwIconWarning[];
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user