mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 05:10:03 -04:00
Improve documentation
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user