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

propsheet.h

Go to the documentation of this file.
00001 
00018 /*
00019  * $Id: propsheet.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_PROPSHEET_H
00028 #define _MGUI_CTRL_PROPSHEET_H
00029  
00030 #ifdef __cplusplus
00031 extern "C" {
00032 #endif  /* __cplusplus */
00033 
00048 #define CTRL_PROPSHEET       ("propsheet")
00049 
00060 #define PSS_SIMPLE                0x0000L
00061 
00066 #define PSS_COMPACTTAB            0x0001L
00067 
00072 #define PSS_SCROLLABLE            0x0002L
00073 
00079 #define PSS_BOTTOM                0x0010L
00080 
00088 #define PS_OKAY         0
00089 
00090 #define PS_ERR          (-1)
00091 
00107 #define PSM_GETACTIVEPAGE         0xF1C0L
00108 
00127 #define PSM_SETACTIVEINDEX         0xF1C2L
00128 
00147 #define PSM_GETPAGE               0xF1C3L
00148 
00164 #define PSM_GETACTIVEINDEX        0xF1C4L
00165 
00184 #define PSM_GETPAGEINDEX          0xF1C5L
00185 
00201 #define PSM_GETPAGECOUNT          0xF1C6L
00202 
00221 #define PSM_GETTITLELENGTH        0xF1C7L
00222 
00243 #define PSM_GETTITLE              0xF1C8L
00244 
00265 #define PSM_SETTITLE              0xF1C9L
00266 
00289 #define PSM_ADDPAGE               0xF1D0L
00290 
00310 #define PSM_REMOVEPAGE            0xF1D1L
00311 
00348 #define PSM_SHEETCMD              0xF1D2L
00349 
00350 #define PSM_MSGMAX              0xF1E0L
00351 
00364 #define PSN_ACTIVE_CHANGED        0x01
00365 
00372 #ifdef __cplusplus
00373 }
00374 #endif  /* __cplusplus */
00375 
00376 #endif /* _MGUI_CTRL_PROPSHEET_H */
00377 

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