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

textedit.h

Go to the documentation of this file.
00001 
00019 /*
00020  * $Id: textedit.h,v 1.7 2006/06/11 04:16:16 weiym Exp $
00021  *
00022  *             MiniGUI for Linux/uClinux, eCos, uC/OS-II, VxWorks, 
00023  *                     pSOS, ThreadX, NuCleus, OSE, and Win32.
00024  *
00025  *             Copyright (C) 2002-2006 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 #ifdef __cplusplus
00033 extern "C" {
00034 #endif  /* __cplusplus */
00035 
00050 #define CTRL_TEXTEDIT           ("textedit")
00051 
00052 
00057 typedef GHANDLE HTEXTDOC;
00058 
00059 
00065 #define TES_BASELINE            ES_BASELINE
00066 #define TES_AUTOWRAP            ES_AUTOWRAP
00067 #define TES_TITLE               ES_TITLE
00068 
00076 #define TEM_RESETCONTENT        0xF400
00077 #define TEM_ADDLINE             0xF401
00078 
00086 #define TEN_CLICK               1
00087 
00088 
00095 #ifdef __cplusplus
00096 }
00097 #endif  /* __cplusplus */
00098 
00099 #endif /* _MGUI_CTRL_TEXTEDIT_H */
00100 

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