MwNdocumentActivateHandler
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
This commit is contained in:
parent
fe371ad89c
commit
8d48075f50
9 changed files with 322 additions and 26 deletions
|
|
@ -63,6 +63,26 @@ MWDECL MwCursor MwCursorHidden;
|
|||
*/
|
||||
MWDECL MwCursor MwCursorHiddenMask;
|
||||
|
||||
/*!
|
||||
* @brief Hand cursor
|
||||
*/
|
||||
MWDECL MwCursor MwCursorHand;
|
||||
|
||||
/*!
|
||||
* @brief Hand cursor mask
|
||||
*/
|
||||
MWDECL MwCursor MwCursorHandMask;
|
||||
|
||||
/*!
|
||||
* @brief Center cursor
|
||||
*/
|
||||
MWDECL MwCursor MwCursorCenter;
|
||||
|
||||
/*!
|
||||
* @brief Center cursor mask
|
||||
*/
|
||||
MWDECL MwCursor MwCursorCenterMask;
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue