We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
MenuElement
1 parent 5255beb commit 742432cCopy full SHA for 742432c
Sources/SwiftWin32/Menus and Shortcuts/MenuElement.swift
@@ -49,14 +49,14 @@ extension MenuElement {
49
}
50
51
/// An object representing a menu, action, or command.
52
-public class MenuElement {
+open class MenuElement {
53
// MARK - Getting the Element Attributes
54
55
/// The title of the menu element.
56
- public internal(set) var title: String
+ open internal(set) var title: String
57
58
/// The image to display alongside the menu element's title.
59
- public internal(set) var image: Image?
+ open internal(set) var image: Image?
60
61
// MARK - Creating a Menu Element
62
0 commit comments