📄 edit_8h.htm
字号:
<dl class="el"><dd class="mdescRight">Returns the character that edit controls uses in conjunction with the ES_PASSWORD style. <a href="group__ctrl__edit__msgs.htm#ga36"></a><br></dl><li>#define <a class="el" href="group__ctrl__edit__msgs.htm#ga37">EM_SETLIMITTEXT</a> EM_LIMITTEXT<li>#define <a class="el" href="group__ctrl__edit__msgs.htm#ga38">ED_CARETSHAPE_LINE</a> 0<dl class="el"><dd class="mdescRight">Line-shaped caret. <a href="group__ctrl__edit__msgs.htm#ga38"></a><br></dl><li>#define <a class="el" href="group__ctrl__edit__msgs.htm#ga39">ED_CARETSHAPE_BLOCK</a> 1<dl class="el"><dd class="mdescRight">Block-shaped caret. <a href="group__ctrl__edit__msgs.htm#ga39"></a><br></dl><li>#define <a class="el" href="group__ctrl__edit__msgs.htm#ga40">EM_CHANGECARETSHAPE</a> 0xF0D3<dl class="el"><dd class="mdescRight">Changes the shape of the caret. <a href="group__ctrl__edit__msgs.htm#ga40"></a><br></dl><li>#define <a class="el" href="group__ctrl__edit__msgs.htm#ga41">EM_REFRESHCARET</a> 0xF0D4<dl class="el"><dd class="mdescRight">Refresh caret of the edit control. <a href="group__ctrl__edit__msgs.htm#ga41"></a><br></dl><li>#define <a class="el" href="group__ctrl__edit__msgs.htm#ga42">EM_ENABLECARET</a> 0xF0D5<dl class="el"><dd class="mdescRight">To enable or disable the input caret. <a href="group__ctrl__edit__msgs.htm#ga42"></a><br></dl><li>#define <a class="el" href="group__ctrl__edit__msgs.htm#ga43">EM_GETLIMITTEXT</a> 0xF0D6<dl class="el"><dd class="mdescRight">Get text limit value of the edit control. <a href="group__ctrl__edit__msgs.htm#ga43"></a><br></dl><li>#define <a class="el" href="group__ctrl__edit__msgs.htm#ga48">EM_SETTITLETEXT</a> 0xF0DC<dl class="el"><dd class="mdescRight">Sets the title text displayed before content text. <a href="group__ctrl__edit__msgs.htm#ga48"></a><br></dl><li>#define <a class="el" href="group__ctrl__edit__msgs.htm#ga49">EM_GETTITLETEXT</a> 0xF0DD<dl class="el"><dd class="mdescRight">Gets the title text displayed before content text. <a href="group__ctrl__edit__msgs.htm#ga49"></a><br></dl><li>#define <a class="el" href="group__ctrl__edit__msgs.htm#ga50">EM_SETTIPTEXT</a> 0xF0DE<dl class="el"><dd class="mdescRight">Sets the tip text displayed when content is empty. <a href="group__ctrl__edit__msgs.htm#ga50"></a><br></dl><li>#define <a class="el" href="group__ctrl__edit__msgs.htm#ga51">EM_GETTIPTEXT</a> 0xF0DF<dl class="el"><dd class="mdescRight">Gets the tip text displayed when content is empty. <a href="group__ctrl__edit__msgs.htm#ga51"></a><br></dl><li>#define <a class="el" href="group__ctrl__edit__msgs.htm#ga52">EM_GETNUMOFPARAGRAPHS</a> 0xF0E0<dl class="el"><dd class="mdescRight">Gets the number of paragraphs in textedit control. <a href="group__ctrl__edit__msgs.htm#ga52"></a><br></dl><li>#define <a class="el" href="group__ctrl__edit__msgs.htm#ga53">EM_GETPARAGRAPHLENGTH</a> 0xF0E1<dl class="el"><dd class="mdescRight">Gets the specified paragraph length in textedit control. <a href="group__ctrl__edit__msgs.htm#ga53"></a><br></dl><li>#define <a class="el" href="group__ctrl__edit__msgs.htm#ga54">EM_GETPARAGRAPHTEXT</a> 0xF0E2<dl class="el"><dd class="mdescRight">Gets the specified paragraph text from textedit control. <a href="group__ctrl__edit__msgs.htm#ga54"></a><br></dl><li>#define <a class="el" href="group__ctrl__edit__ncs.htm#ga1">EN_CLICKED</a> 0x0001<dl class="el"><dd class="mdescRight">Notifies a click in an edit control. <a href="group__ctrl__edit__ncs.htm#ga1"></a><br></dl><li>#define <a class="el" href="group__ctrl__edit__ncs.htm#ga2">EN_DBLCLK</a> 0x0002<dl class="el"><dd class="mdescRight">Notifies a double click in an edit control. <a href="group__ctrl__edit__ncs.htm#ga2"></a><br></dl><li>#define <a class="el" href="group__ctrl__edit__ncs.htm#ga3">EN_SETFOCUS</a> 0x0100<dl class="el"><dd class="mdescRight">Notifies the receipt of the input focus. <a href="group__ctrl__edit__ncs.htm#ga3"></a><br></dl><li>#define <a class="el" href="group__ctrl__edit__ncs.htm#ga4">EN_KILLFOCUS</a> 0x0200<dl class="el"><dd class="mdescRight">Notifies the lost of the input focus. <a href="group__ctrl__edit__ncs.htm#ga4"></a><br></dl><li>#define <a class="el" href="group__ctrl__edit__ncs.htm#ga5">EN_CHANGE</a> 0x0300<dl class="el"><dd class="mdescRight">Notifies that the text is altered by the user. <a href="group__ctrl__edit__ncs.htm#ga5"></a><br></dl><li>#define <a class="el" href="group__ctrl__edit__ncs.htm#ga6">EN_UPDATE</a> 0x0400<dl class="el"><dd class="mdescRight">Notifies that the text is altered by sending MSG_SETTEXT TEM_RESETCONTENT, or EM_SETLINEHEIGHT message to it. <a href="group__ctrl__edit__ncs.htm#ga6"></a><br></dl><li>#define <a class="el" href="group__ctrl__edit__ncs.htm#ga7">EN_MAXTEXT</a> 0x0501<dl class="el"><dd class="mdescRight">Notifies reach of maximum text limitation. <a href="group__ctrl__edit__ncs.htm#ga7"></a><br></dl><li>#define <a class="el" href="group__ctrl__edit__ncs.htm#ga10">EN_SELCHANGED</a> 0x0603<dl class="el"><dd class="mdescRight">Notifies that the current selection is changed in the text field. <a href="group__ctrl__edit__ncs.htm#ga10"></a><br></dl><li>#define <a class="el" href="group__ctrl__edit__ncs.htm#ga11">EN_CONTCHANGED</a> 0x0604<dl class="el"><dd class="mdescRight">Notifies that the current content is changed in the text field when text edit losts focus. <a href="group__ctrl__edit__ncs.htm#ga11"></a><br></dl><li>#define <a class="el" href="group__ctrl__edit__ncs.htm#ga12">EN_ENTER</a> 0x0700<dl class="el"><dd class="mdescRight">Notifies the user has type the ENTER key in a single-line edit control. <a href="group__ctrl__edit__ncs.htm#ga12"></a><br></dl><li>#define <a class="el" href="group__ctrl__edit.htm#ga4">EC_LEFTMARGIN</a> 0x0001<dl class="el"><dd class="mdescRight">Value of wParam. Specifies the margins to set. <a href="group__ctrl__edit.htm#ga4"></a><br></dl><li>#define <a class="el" href="group__ctrl__edit.htm#ga5">EC_RIGHTMARGIN</a> 0x0002<dl class="el"><dd class="mdescRight">Value of wParam. Specifies the margins to set. <a href="group__ctrl__edit.htm#ga5"></a><br></dl><li>#define <a class="el" href="group__ctrl__edit.htm#ga6">EC_USEFONTINFO</a> 0xffff<dl class="el"><dd class="mdescRight">Value of wParam. Specifies the margins to set. <a href="group__ctrl__edit.htm#ga6"></a><br></dl><li>#define <a class="el" href="group__ctrl__edit.htm#ga7">EMSIS_COMPOSITIONSTRING</a> 0x0001<dl class="el"><dd class="mdescRight">Indicates the type of status to retrieve. <a href="group__ctrl__edit.htm#ga7"></a><br></dl><li>#define <a class="el" href="group__ctrl__edit.htm#ga8">EIMES_GETCOMPSTRATONCE</a> 0x0001<dl class="el"><dd class="mdescRight">lParam for EMSIS_COMPOSITIONSTRING. <a href="group__ctrl__edit.htm#ga8"></a><br></dl><li>#define <a class="el" href="group__ctrl__edit.htm#ga9">EIMES_CANCELCOMPSTRINFOCUS</a> 0x0002<dl class="el"><dd class="mdescRight">lParam for EMSIS_COMPOSITIONSTRING. <a href="group__ctrl__edit.htm#ga9"></a><br></dl><li>#define <a class="el" href="group__ctrl__edit.htm#ga10">EIMES_COMPLETECOMPSTRKILLFOCUS</a> 0x0004<dl class="el"><dd class="mdescRight">lParam for EMSIS_COMPOSITIONSTRING. <a href="group__ctrl__edit.htm#ga10"></a><br></dl></ul><h2>Typedefs</h2><ul><li>typedef int(* <a class="el" href="group__ctrl__edit__msgs.htm#ga0">ED_DRAWSEL_FUNC</a> )(<a class="el" href="group__handles.htm#ga1">HWND</a>, <a class="el" href="group__handles.htm#ga2">HDC</a>, int, int, const char *, int, int)<dl class="el"><dd class="mdescRight">Type of the edit control callback function on drawing selected strings. <a href="group__ctrl__edit__msgs.htm#ga0"></a><br></dl><li>typedef <a class="el" href="struct__TEXTPOSINFO.htm">_TEXTPOSINFO</a> <a class="el" href="group__ctrl__edit__msgs.htm#ga1">TEXTPOSINFO</a></ul><hr><a name="_details"></a><h2>Detailed Description</h2><dl compact><dt><b>Author:</b></dt><dd>Wei Yongming <<a href="mailto:ymwei@minigui.org">ymwei@minigui.org</a>> </dd></dl><dl compact><dt><b>Date:</b></dt><dd>2001/12/29</dd></dl><div class="fragment"><pre class="fragment"> Copyright (C) 2002-2007 Feynman Software. Copyright (C) 1998-2002 Wei Yongming. All rights reserved by Feynman Software. This file is part of MiniGUI, a compact cross-platform Graphics User Interface (GUI) support system for real-time embedded systems. </pre></div> <p>Definition in file <a class="el" href="edit_8h-source.htm">edit.h</a>.<hr size="1"><address style="align: right;"><small>Generated on Thu Nov 22 15:35:51 2007 for MiniGUI V1.6.10 API Reference by <a href="http://www.doxygen.org/index.html"><img src="http://www.minigui.com/api_ref/1.6.10/doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.2 </small></address></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -