1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 05:10:03 -04:00

Improve documentation

This commit is contained in:
Emil Ernerfeldt
2021-12-28 17:33:49 +01:00
parent 00f965de87
commit 68fca09df9
4 changed files with 10 additions and 3 deletions

View File

@@ -187,7 +187,9 @@ pub trait App {
}
}
/// Options controlling the behavior of a native window
/// Options controlling the behavior of a native window.
///
/// Only a single native window is currently supported.
#[derive(Clone)]
pub struct NativeOptions {
/// Sets whether or not the window will always be on top of other windows.