mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 22:00:03 -04:00
Fix docs
This commit is contained in:
@@ -2526,7 +2526,7 @@ impl Context {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// If `true`, [`Self::create_viewport_async`] and [`Self::create_viewport_sync`] will
|
/// If `true`, [`Self::create_viewport_async`] and [`Self::create_viewport_sync`] will
|
||||||
/// embed the new viewports as [`egui::Window`]s instead of spawning a new native window.
|
/// embed the new viewports as [`crate::Window`]s instead of spawning a new native window.
|
||||||
///
|
///
|
||||||
/// `eframe` sets this to `false` on supported platforms,
|
/// `eframe` sets this to `false` on supported platforms,
|
||||||
/// but the default value is `true`.
|
/// but the default value is `true`.
|
||||||
@@ -2535,7 +2535,7 @@ impl Context {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// If `true`, [`Self::create_viewport_async`] and [`Self::create_viewport_sync`] will
|
/// If `true`, [`Self::create_viewport_async`] and [`Self::create_viewport_sync`] will
|
||||||
/// embed the new viewports as [`egui::Window`]s instead of spawning a new native window.
|
/// embed the new viewports as [`crate::Window`]s instead of spawning a new native window.
|
||||||
///
|
///
|
||||||
/// `eframe` sets this to `false` on supported platforms,
|
/// `eframe` sets this to `false` on supported platforms,
|
||||||
/// but the default value is `true`.
|
/// but the default value is `true`.
|
||||||
|
|||||||
Reference in New Issue
Block a user