Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
fe3e19c8
Commit
fe3e19c8
authored
Jan 28, 2010
by
Jacek Caban
Committed by
Alexandre Julliard
Jan 29, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml.idl: Added DispHTMLTextAreaElement declaration.
parent
9f21f2c2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
86 additions
and
0 deletions
+86
-0
mshtml.idl
include/mshtml.idl
+86
-0
No files found.
include/mshtml.idl
View file @
fe3e19c8
...
@@ -8971,6 +8971,92 @@ interface IHTMLTextAreaElement : IDispatch
...
@@ -8971,6 +8971,92 @@ interface IHTMLTextAreaElement : IDispatch
}
}
/*****************************************************************************
/*****************************************************************************
*
DispHTMLTextAreaElement
dispinterface
*/
[
hidden
,
uuid
(
3050
f521
-
98b5
-
11
cf
-
bb82
-
00
aa00bdce0b
)
]
dispinterface
DispHTMLTextAreaElement
{
properties
:
methods
:
WINE_HTMLDATAELEMENT_DISPINTERFACE_DECL
;
[
propget
,
id
(
DISPID_IHTMLTEXTAREAELEMENT_TYPE
)
]
BSTR
type
()
;
[
propput
,
id
(
DISPID_IHTMLTEXTAREAELEMENT_VALUE
),
displaybind
,
bindable
]
void
value
(
BSTR
v
)
;
[
propget
,
id
(
DISPID_IHTMLTEXTAREAELEMENT_VALUE
),
displaybind
,
bindable
]
BSTR
value
()
;
[
propput
,
id
(
DISPID_IHTMLTEXTAREAELEMENT_NAME
),
displaybind
,
bindable
]
void
name
(
BSTR
v
)
;
[
propget
,
id
(
DISPID_IHTMLTEXTAREAELEMENT_NAME
),
displaybind
,
bindable
]
BSTR
name
()
;
[
propput
,
id
(
DISPID_IHTMLTEXTAREAELEMENT_STATUS
)
]
void
status
(
VARIANT
v
)
;
[
propget
,
id
(
DISPID_IHTMLTEXTAREAELEMENT_STATUS
)
]
VARIANT
status
()
;
[
propget
,
id
(
DISPID_IHTMLTEXTAREAELEMENT_FORM
)
]
IHTMLFormElement
*
form
()
;
[
propput
,
id
(
DISPID_IHTMLTEXTAREAELEMENT_DEFAULTVALUE
),
displaybind
,
bindable
,
hidden
]
void
defaultValue
(
BSTR
v
)
;
[
propget
,
id
(
DISPID_IHTMLTEXTAREAELEMENT_DEFAULTVALUE
),
displaybind
,
bindable
,
hidden
]
BSTR
defaultValue
()
;
[
id
(
DISPID_IHTMLTEXTAREAELEMENT_SELECT
)
]
void
select
()
;
[
propput
,
id
(
DISPID_IHTMLTEXTAREAELEMENT_ONCHANGE
),
displaybind
,
bindable
]
void
onchange
(
VARIANT
v
)
;
[
propget
,
id
(
DISPID_IHTMLTEXTAREAELEMENT_ONCHANGE
),
displaybind
,
bindable
]
VARIANT
onchange
()
;
[
propput
,
id
(
DISPID_IHTMLTEXTAREAELEMENT_ONSELECT
),
displaybind
,
bindable
]
void
onselect
(
VARIANT
v
)
;
[
propget
,
id
(
DISPID_IHTMLTEXTAREAELEMENT_ONSELECT
),
displaybind
,
bindable
]
VARIANT
onselect
()
;
[
propput
,
id
(
DISPID_IHTMLTEXTAREAELEMENT_READONLY
),
displaybind
,
bindable
]
void
readOnly
(
VARIANT_BOOL
v
)
;
[
propget
,
id
(
DISPID_IHTMLTEXTAREAELEMENT_READONLY
),
displaybind
,
bindable
]
VARIANT_BOOL
readOnly
()
;
[
propput
,
id
(
DISPID_IHTMLTEXTAREAELEMENT_ROWS
),
displaybind
,
bindable
]
void
rows
(
LONG
v
)
;
[
propget
,
id
(
DISPID_IHTMLTEXTAREAELEMENT_ROWS
),
displaybind
,
bindable
]
LONG
rows
()
;
[
propput
,
id
(
DISPID_IHTMLTEXTAREAELEMENT_COLS
),
displaybind
,
bindable
]
void
cols
(
LONG
v
)
;
[
propget
,
id
(
DISPID_IHTMLTEXTAREAELEMENT_COLS
),
displaybind
,
bindable
]
LONG
cols
()
;
[
propput
,
id
(
DISPID_IHTMLTEXTAREAELEMENT_WRAP
),
displaybind
,
bindable
]
void
wrap
(
BSTR
v
)
;
[
propget
,
id
(
DISPID_IHTMLTEXTAREAELEMENT_WRAP
),
displaybind
,
bindable
]
BSTR
wrap
()
;
[
id
(
DISPID_IHTMLTEXTAREAELEMENT_CREATETEXTRANGE
)
]
IHTMLTxtRange
*
createTextRange
()
;
}
/*****************************************************************************
*
DispHTMLUnknownElement
interface
*
DispHTMLUnknownElement
interface
*/
*/
[
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment