Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

mgext.h

Go to the documentation of this file.
00001 
00020 /*
00021  * $Id: mgext.h,v 1.119.2.2 2006/06/05 09:03:48 xwyan Exp $
00022  *
00023  *             MiniGUI for Linux/uClinux, eCos, uC/OS-II, VxWorks, 
00024  *                     pSOS, ThreadX, NuCleus, OSE, and Win32 version 1.6.x
00025  *             Copyright (C) 2002-2006 Feynman Software.
00026  *             Copyright (C) 1998-2002 Wei Yongming.
00027  */
00028 
00029 #ifndef MGEXT_H
00030 #define MGEXT_H
00031 
00032 #ifdef  __cplusplus
00033 extern "C" {
00034 #endif
00035 
00053 MGEXT_EXPORT BOOL InitMiniGUIExt (void);
00054 
00064 MGEXT_EXPORT void MiniGUIExtCleanUp (void);
00065 
00075 #ifdef _EXT_CTRL_SPINBOX
00076 #include "ext/spinbox.h"
00077 #endif /* _EXT_CTRL_SPINBOX */
00078 
00079 #ifdef _EXT_CTRL_MONTHCAL
00080 #include "ext/monthcal.h"
00081 #endif /* _EXT_CTRL_MONTHCAL */
00082 
00083 #ifdef _EXT_CTRL_COOLBAR
00084 #include "ext/coolbar.h"
00085 #endif /* _CTRL_COOLBAR */
00086 
00087 #ifdef _EXT_CTRL_LISTVIEW
00088 #include "ext/listview.h"
00089 #endif  /* _EXT_CTRL_LISTVIEW */
00090 
00091 #ifdef _EXT_CTRL_TREEVIEW
00092 #include "ext/treeview.h"
00093 #endif /* _EXT_CTRL_TREEVIEW */
00094 
00095 #ifdef _EXT_CTRL_GRIDVIEW
00096 #include "ext/gridview.h"
00097 #endif /* _EXT_CTRL_GRIDVIEW */
00098 
00099 #ifdef _EXT_CTRL_ICONVIEW
00100 #include "ext/iconview.h"
00101 #endif  /* _EXT_CTRL_ICONVIEW */
00102 
00103 #ifdef _EXT_CTRL_ANIMATION
00104 #include "ext/animation.h"
00105 #endif  /* _EXT_CTRL_ANIMATION */
00106 
00107 #ifdef  __cplusplus
00108 }
00109 #endif
00110 
00111 #endif /* MGEXT_H */
00112 

Generated on Mon Jun 26 13:54:27 2006 for MiniGUI V1.6.9 API Reference by  doxygen 1.4.2