mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 21:30:03 -04:00
Improve documentation
This commit is contained in:
@@ -119,6 +119,8 @@ impl Ui {
|
||||
}
|
||||
|
||||
/// Style options for this `Ui` and its children.
|
||||
///
|
||||
/// Note that this may be a different [`Style`] than that of [`Context::style`].
|
||||
#[inline]
|
||||
pub fn style(&self) -> &std::sync::Arc<Style> {
|
||||
&self.style
|
||||
|
||||
Reference in New Issue
Block a user