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 
00021 /*
00022  * $Id: mgext.h,v 1.122 2006/06/11 04:20:37 weiym Exp $
00023  *
00024  *             MiniGUI for Linux/uClinux, eCos, uC/OS-II, VxWorks, 
00025  *                     pSOS, ThreadX, NuCleus, OSE, and Win32.
00026  *
00027  *             Copyright (C) 2002-2006 Feynman Software.
00028  *             Copyright (C) 1998-2002 Wei Yongming.
00029  */
00030 
00031 #ifndef MGEXT_H
00032 #define MGEXT_H
00033 
00034 #ifdef  __cplusplus
00035 extern "C" {
00036 #endif
00037 
00055 MGEXT_EXPORT BOOL InitMiniGUIExt (void);
00056 
00066 MGEXT_EXPORT void MiniGUIExtCleanUp (void);
00067 
00077 #ifdef _EXT_CTRL_SPINBOX
00078 #include "ext/spinbox.h"
00079 #endif /* _EXT_CTRL_SPINBOX */
00080 
00081 #ifdef _EXT_CTRL_MONTHCAL
00082 #include "ext/monthcal.h"
00083 #endif /* _EXT_CTRL_MONTHCAL */
00084 
00085 #ifdef _EXT_CTRL_COOLBAR
00086 #include "ext/coolbar.h"
00087 #endif /* _CTRL_COOLBAR */
00088 
00089 #ifdef _EXT_CTRL_LISTVIEW
00090 #include "ext/listview.h"
00091 #endif  /* _EXT_CTRL_LISTVIEW */
00092 
00093 #ifdef _EXT_CTRL_TREEVIEW
00094 #include "ext/treeview.h"
00095 #endif /* _EXT_CTRL_TREEVIEW */
00096 
00097 #ifdef _EXT_CTRL_GRIDVIEW
00098 #include "ext/gridview.h"
00099 #endif /* _EXT_CTRL_GRIDVIEW */
00100 
00101 #ifdef _EXT_CTRL_ICONVIEW
00102 #include "ext/iconview.h"
00103 #endif  /* _EXT_CTRL_ICONVIEW */
00104 
00105 #ifdef _EXT_CTRL_ANIMATION
00106 #include "ext/animation.h"
00107 #endif  /* _EXT_CTRL_ANIMATION */
00108 
00109 #ifdef  __cplusplus
00110 }
00111 #endif
00112 
00113 #endif /* MGEXT_H */
00114 

Generated on Mon Jun 26 14:21:34 2006 for MiniGUI V2.0.3 API Reference by  doxygen 1.4.2