textedit.h
Go to the documentation of this file.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
00033 #ifdef __cplusplus
00034 extern "C" {
00035 #endif
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
00101
00102 #endif
00103