Module: wine Branch: refs/heads/master Commit: 8f897239c46dabeeeb06827f53463e651ee70648 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=8f897239c46dabeeeb06827f...
Author: Jacek Caban jacek@codeweavers.com Date: Mon Mar 6 22:38:02 2006 +0100
mshtml: Added IHTMLTextAreaElement implementation.
---
dlls/mshtml/Makefile.in | 1 dlls/mshtml/htmlelem.c | 3 dlls/mshtml/htmltextarea.c | 379 ++++++++++++++++++++++++++++++++++++++++++ dlls/mshtml/mshtml_private.h | 1 dlls/mshtml/nsiface.idl | 31 +++ 5 files changed, 415 insertions(+), 0 deletions(-) create mode 100644 dlls/mshtml/htmltextarea.c
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=8f897239c46dabeeeb06...