textedit.h

Go to the documentation of this file.
00001 
00019 /*
00020  * $Id: textedit.h 12850 2010-05-06 06:59:19Z wanzheng $
00021  *
00022  *             MiniGUI for Linux/uClinux, eCos, uC/OS-II, VxWorks, 
00023  *                     pSOS, ThreadX, NuCleus, OSE, and Win32.
00024  *
00025  *             Copyright (C) 2002-2008 Feynman Software.
00026  *             Copyright (C) 1999-2002 Wei Yongming.
00027  */
00028 
00029 #ifndef _MGUI_CTRL_TEXTEDIT_H
00030 #define _MGUI_CTRL_TEXTEDIT_H
00031  
00032 
00033 #ifdef __cplusplus
00034 extern "C" {
00035 #endif  /* __cplusplus */
00036 
00051 #define CTRL_TEXTEDIT           ("textedit")
00052 
00053 
00058 typedef GHANDLE HTEXTDOC;
00059 
00060 
00066 #define TES_BASELINE            ES_BASELINE
00067 #define TES_AUTOWRAP            ES_AUTOWRAP
00068 #define TES_TITLE               ES_TITLE
00069 
00077 #define TEM_RESETCONTENT        0xF400
00078 #define TEM_ADDLINE             0xF401
00079 
00080 #define TEM_GETBKGNDINVALID     0xF402
00081 
00089 #define TEN_CLICK               1
00090 
00091 
00098 #ifdef __cplusplus
00099 }
00100 #endif  /* __cplusplus */
00101 
00102 #endif /* _MGUI_CTRL_TEXTEDIT_H */
00103 
Generated on Thu Apr 7 15:58:31 2011 for MiniGUI V3.0.12 API Reference by  doxygen 1.6.3