00001
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029 #ifndef _MGUI_CTRL_TEXTEDIT_H
00030 #define _MGUI_CTRL_TEXTEDIT_H
00031
00032 #ifdef __cplusplus
00033 extern "C" {
00034 #endif
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
00098
00099 #endif
00100