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

static.h

Go to the documentation of this file.
00001 
00018 /*
00019  * $Id: static.h,v 1.2.12.5 2006/06/05 08:51:21 xwyan Exp $
00020  *
00021  *             MiniGUI for Linux/uClinux, eCos, uC/OS-II, VxWorks, 
00022  *                     pSOS, ThreadX, NuCleus, OSE, and Win32 version 1.6.x
00023  *             Copyright (C) 2002-2006 Feynman Software.
00024  *             Copyright (C) 1999-2002 Wei Yongming.
00025  */
00026 
00027 #ifndef _MGUI_CTRL_STATIC_H
00028 #define _MGUI_CTRL_STATIC_H
00029  
00030 #ifdef __cplusplus
00031 extern "C" {
00032 #endif  /* __cplusplus */
00033 
00048 #define CTRL_STATIC         ("static")
00049 
00059 #define SS_LEFT             0x00000000L
00060 
00065 #define SS_CENTER           0x00000001L
00066 
00071 #define SS_RIGHT            0x00000002L
00072 
00077 #define SS_ICON             0x00000003L
00078 
00083 #define SS_BLACKRECT        0x00000004L
00084 
00089 #define SS_GRAYRECT         0x00000005L
00090 
00095 #define SS_WHITERECT        0x00000006L
00096 
00101 #define SS_BLACKFRAME       0x00000007L
00102 
00107 #define SS_GRAYFRAME        0x00000008L
00108 
00113 #define SS_WHITEFRAME       0x00000009L
00114 
00119 #define SS_GROUPBOX         0x0000000AL
00120 
00126 #define SS_SIMPLE           0x0000000BL
00127 
00136 #define SS_LEFTNOWORDWRAP   0x0000000CL
00137 /* Not use */
00138 #define SS_OWNERDRAW        0x0000000DL
00139 
00144 #define SS_BITMAP           0x0000000EL
00145 /* Not use */
00146 #define SS_ENHMETAFILE      0x0000000FL
00147 
00152 #define SS_TYPEMASK         0x0000000FL
00153 
00154 
00162 #define SS_NOPREFIX         0x00000080L
00163 
00169 #define SS_NOTIFY           0x00000100L
00170 
00176 #define SS_CENTERIMAGE      0x00000200L
00177 
00182 #define SS_REALSIZEIMAGE    0x00000800L
00183 
00190 /* Not use see also STM_SETIMAGE */
00191 #define STM_SETICON         0xF170
00192 /* Not use see also STM_GETIMAGE */    
00193 #define STM_GETICON         0xF171
00194 
00217 #define STM_SETIMAGE        0xF172
00218 
00235 #define STM_GETIMAGE        0xF173
00236 
00237 #define STM_MSGMAX          0xF174
00238 
00253 #define STN_DBLCLK          1
00254 
00255 /* Not use */
00256 #define STN_ENABLE          2
00257 /* Not use */    
00258 #define STN_DISABLE         3
00259 
00267 #define STN_CLICKED         4
00268 
00275 #ifdef __cplusplus
00276 }
00277 #endif  /* __cplusplus */
00278 
00279 #endif /* _MGUI_CTRL_STATIC_H */
00280 

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