Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
92973203
Commit
92973203
authored
Mar 11, 2024
by
Vijay Kiran Kamuju
Committed by
Alexandre Julliard
Mar 13, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add Windows.UI.ViewManagement.UIViewSettings definitions.
parent
00a541d6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
44 additions
and
0 deletions
+44
-0
windows.ui.viewmanagement.idl
include/windows.ui.viewmanagement.idl
+44
-0
No files found.
include/windows.ui.viewmanagement.idl
View file @
92973203
...
...
@@ -37,6 +37,7 @@ namespace Windows.UI.ViewManagement
typedef
enum
HandPreference
HandPreference
;
typedef
enum
UIColorType
UIColorType
;
typedef
enum
UIElementType
UIElementType
;
typedef
enum
UserInteractionMode
UserInteractionMode
;
interface
IUISettings
;
interface
IUISettings2
;
...
...
@@ -45,6 +46,9 @@ namespace Windows.UI.ViewManagement
interface
IUISettings5
;
interface
IUISettings6
;
interface
IUIViewSettings
;
interface
IUIViewSettingsStatics
;
interface
IInputPane
;
interface
IInputPane2
;
interface
IInputPaneControl
;
...
...
@@ -53,6 +57,7 @@ namespace Windows.UI.ViewManagement
interface
IInputPaneStatics2
;
runtimeclass
UISettings
;
runtimeclass
UIViewSettings
;
runtimeclass
InputPane
;
runtimeclass
InputPaneVisibilityEventArgs
;
...
...
@@ -134,6 +139,15 @@ namespace Windows.UI.ViewManagement
}
;
[
contract
(
Windows
.
Foundation.UniversalApiContract
,
1.0
)
]
enum
UserInteractionMode
{
Mouse
=
0
,
Touch
=
1
,
}
;
[
contract
(
Windows
.
Foundation.UniversalApiContract
,
1.0
),
exclusiveto
(
Windows
.
UI.ViewManagement.UISettings)
,
uuid
(
85361600
-
1
c63
-
4627
-
bcb1
-
3
a89e0bc9c55
)
...
...
@@ -183,6 +197,26 @@ namespace Windows.UI.ViewManagement
[
contract
(
Windows
.
Foundation.UniversalApiContract
,
1.0
),
exclusiveto
(
Windows
.
UI.ViewManagement.UIViewSettings)
,
uuid
(
c63657f6
-
8850
-470d-88
f8
-
455
e16ea2c26
)
]
interface
IUIViewSettings
:
IInspectable
{
[
propget
]
HRESULT
UserInteractionMode
(
[
out
,
retval
]
Windows
.
UI.ViewManagement.UserInteractionMode
*
value
)
;
}
[
contract
(
Windows
.
Foundation.UniversalApiContract
,
1.0
),
exclusiveto
(
Windows
.
UI.ViewManagement.UIViewSettings)
,
uuid
(
595
c97a5
-
f8f6
-
41
cf
-
b0fb
-
aacdb81fd5f6
)
]
interface
IUIViewSettingsStatics
:
IInspectable
{
HRESULT
GetForCurrentView
(
[
out
,
retval
]
Windows
.
UI.ViewManagement.UIViewSettings
**
current
)
;
}
[
contract
(
Windows
.
Foundation.UniversalApiContract
,
1.0
),
exclusiveto
(
Windows
.
UI.ViewManagement.InputPane)
,
uuid
(
640
ada70
-
06
f3
-
4
c87
-
a678
-
9829
c9127c28
)
]
...
...
@@ -262,6 +296,16 @@ namespace Windows.UI.ViewManagement
}
[
static
(
Windows
.
UI.ViewManagement.IUIViewSettingsStatics
,
Windows
.
Foundation.UniversalApiContract
,
1.0
),
contract
(
Windows
.
Foundation.UniversalApiContract
,
1.0
),
marshaling_behavior
(
agile
)
]
runtimeclass
UIViewSettings
{
[
default
]
interface
Windows
.
UI.ViewManagement.IUIViewSettings;
}
[
static
(
Windows
.
UI.ViewManagement.IInputPaneStatics
,
Windows
.
Foundation.UniversalApiContract
,
1.0
),
static
(
Windows
.
UI.ViewManagement.IInputPaneStatics2
,
Windows
.
Foundation.UniversalApiContract
,
8.0
),
contract
(
Windows
.
Foundation.UniversalApiContract
,
1.0
),
...
...
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