unhide(_:)
Restores hidden windows to the screen and makes the receiver active.
Declaration
func unhide(_ sender: Any?)Parameters
- sender:
The object that sent the command.
Discussion
Invokes unhideWithoutActivation().
Restores hidden windows to the screen and makes the receiver active.
func unhide(_ sender: Any?)The object that sent the command.
Invokes unhideWithoutActivation().