|
@@ -1249,8 +1249,8 @@ impl<R: Runtime> Window<R> {
|
|
|
///
|
|
|
/// ## Platform-specific
|
|
|
///
|
|
|
- /// - **macOS:** This is a private API on macOS,
|
|
|
- /// so you cannot use this if your application will be published on the App Store.
|
|
|
+ /// - **macOS:** Only supported on macOS 10.15+.
|
|
|
+ /// This is a private API on macOS, so you cannot use this if your application will be published on the App Store.
|
|
|
///
|
|
|
/// # Examples
|
|
|
///
|
|
@@ -1274,8 +1274,8 @@ impl<R: Runtime> Window<R> {
|
|
|
///
|
|
|
/// ## Platform-specific
|
|
|
///
|
|
|
- /// - **macOS:** This is a private API on macOS,
|
|
|
- /// so you cannot use this if your application will be published on the App Store.
|
|
|
+ /// - **macOS:** Only supported on macOS 10.15+.
|
|
|
+ /// This is a private API on macOS, so you cannot use this if your application will be published on the App Store.
|
|
|
/// - **Windows:** Unsupported.
|
|
|
///
|
|
|
/// # Examples
|
|
@@ -1307,8 +1307,8 @@ impl<R: Runtime> Window<R> {
|
|
|
///
|
|
|
/// ## Platform-specific
|
|
|
///
|
|
|
- /// - **macOS:** This is a private API on macOS,
|
|
|
- /// so you cannot use this if your application will be published on the App Store.
|
|
|
+ /// - **macOS:** Only supported on macOS 10.15+.
|
|
|
+ /// This is a private API on macOS, so you cannot use this if your application will be published on the App Store.
|
|
|
/// - **Windows:** Unsupported.
|
|
|
///
|
|
|
/// # Examples
|