FileChooserNativePropertyName
public enum FileChooserNativePropertyName : String, PropertyNameProtocol
Undocumented
-
The text used for the label on the accept button in the dialog, or
nil
to use the default text.Declaration
Swift
case acceptLabel = "accept-label"
-
The text used for the label on the cancel button in the dialog, or
nil
to use the default text.Declaration
Swift
case cancelLabel = "cancel-label"
-
Whether the window should be modal with respect to its transient parent.
Declaration
Swift
case modal = "modal"
-
The title of the dialog window
Declaration
Swift
case title = "title"
-
The transient parent of the dialog, or
nil
for none.Declaration
Swift
case transientFor = "transient-for"
-
Whether the window is currenlty visible.
Declaration
Swift
case visible = "visible"