cursorh.h

Go to the documentation of this file.
00001 /**
00002  * \file mgui/cursorh.h
00003  * \brief MGUI functions to work with cursor "handles".
00004  *
00005  * \if NODOC
00006  * $Id: cursorh.h_v 1.4 2003/10/03 19:58:19 linux32build!build Exp $
00007  *
00008  * $Log: cursorh.h_v $
00009  * Revision 1.4  2003/10/03 19:58:19  linux32build!build
00010  * Doxygen
00011  *
00012  * Revision 1.3  2003/09/15 13:49:32  fileserver!dwilliss
00013  * Doxygen
00014  *
00015  * Revision 1.2  2003/01/09 14:24:15  mju
00016  * Change to include cursorid.h
00017  *
00018  * Revision 1.1  2003/01/08 22:45:28  mju
00019  * Initial revision
00020  * \endif
00021 **/
00022 
00023 #if !defined(INC_MGUI_CURSORH_H) && (defined(X_NATIVE) || defined(WIN32_MFC))
00024 #define  INC_MGUI_CURSORH_H
00025 
00026 #if !defined(INC_MI32_STDAFX_H) && defined(WIN32_MFC)
00027 #include <mi32/stdafx.h>
00028 #endif
00029 
00030 #if !defined(INC_MI32_XDEFNS_H) && defined(X_NATIVE)
00031 #include <mi32/xdefns.h>
00032 #endif
00033 
00034 #ifndef  INC_MGUI_CURSORID_H
00035 #include <mgui/cursorid.h>
00036 #endif
00037 
00038 
00039 namespace MGUI {
00040 
00041 #ifdef   WIN32_MFC
00042 //! Get Windows HCURSOR from CURSORID.
00043 HCURSOR GetCursorHandle (CURSORID id);
00044 #else
00045 //! Get X Cursor from CURSORID.
00046 Cursor GetCursorHandle (CURSORID id); 
00047 #endif
00048 
00049 }; // End namespace MGUI
00050 
00051 #endif   // INC_MGUI_CURSORH_H

Generated on Tue Dec 14 13:18:16 2004 for TNTsdk by  doxygen 1.3.8-20040913