From 91e7437aab3c73f3cacbd5906a2205c996fc9b15 Mon Sep 17 00:00:00 2001 From: "Dimitrie O. Paun" Date: Fri, 8 Oct 2004 20:50:52 +0000 Subject: [PATCH] Audit the edit control. --- dlls/user/edit.c | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/dlls/user/edit.c b/dlls/user/edit.c index 8f7156072d0..e9fd7bd00c0 100644 --- a/dlls/user/edit.c +++ b/dlls/user/edit.c @@ -20,9 +20,27 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * + * NOTES + * + * This code was audited for completeness against the documented features + * of Comctl32.dll version 6.0 on Oct. 8, 2004, by Dimitrie O. Paun. + * + * Unless otherwise noted, we believe this code to be complete, as per + * the specification mentioned above. + * If you discover missing features, or bugs, please note them below. + * * TODO: + * - EDITBALLOONTIP structure + * - EM_GETCUEBANNER/Edit_GetCueBannerText + * - EM_HIDEBALLOONTIP/Edit_HideBalloonTip + * - EM_SETCUEBANNER/Edit_SetCueBannerText + * - EM_SHOWBALLOONTIP/Edit_ShowBalloonTip + * - EM_GETIMESTATUS, EM_SETIMESTATUS + * - EN_ALIGN_LTR_EC + * - EN_ALIGN_RTL_EC * - ES_CENTER * - ES_RIGHT + * - ES_LEFT * - ES_OEMCONVERT * -!ES_AUTOVSCROLL (every multi line control *is* auto vscroll) * -!ES_AUTOHSCROLL (every single line control *is* auto hscroll)