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 
00018 /*
00019  * $Id: textedit.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_TEXTEDIT_H
00028 #define _MGUI_CTRL_TEXTEDIT_H
00029  
00030 #ifdef __cplusplus
00031 extern "C" {
00032 #endif  /* __cplusplus */
00033 
00048 #define CTRL_TEXTEDIT           ("textedit")
00049 
00050 
00055 typedef GHANDLE HTEXTDOC;
00056 
00057 
00063 #define TES_BASELINE            ES_BASELINE
00064 #define TES_AUTOWRAP            ES_AUTOWRAP
00065 #define TES_TITLE               ES_TITLE
00066 
00074 #define TEM_RESETCONTENT        0xF400
00075 #define TEM_ADDLINE             0xF401
00076 
00084 #define TEN_CLICK               1
00085 
00086 
00093 #ifdef __cplusplus
00094 }
00095 #endif  /* __cplusplus */
00096 
00097 #endif /* _MGUI_CTRL_TEXTEDIT_H */
00098 

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