You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/event.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -156,7 +156,7 @@ pub enum AccessibleObjectId {
156
156
NativeObjectModel = -16,
157
157
/// The window's menu bar.
158
158
Menu = -3,
159
-
/// An object identifier that [`Oleacc.dll`] uses internally.
159
+
/// An object identifier that `Oleacc.dll` uses internally.
160
160
/// For more information, see [Appendix F: Object Identifier Values for OBJID_QUERYCLASSNAMEIDX`](https://docs.microsoft.com/en-us/windows/win32/winauto/appendix-f--object-identifier-values-for-objid-queryclassnameidx).
161
161
QueryClassNameIdx = -12,
162
162
/// The window's size grip: an optional frame component located at the lower-right corner of the window frame.
0 commit comments