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