| LOW | core/src/element.rs | 41 | pub fn as_widget_mut(&mut self) -> &mut dyn Widget<Message, Theme, Renderer> { |
| LOW | core/src/element.rs | 61 | /// use counter::Counter; |
| LOW | core/src/element.rs | 81 | /// Counter(usize, counter::Message) |
| LOW | core/src/element.rs | 101 | /// # #[derive(Debug, Clone, Copy)] |
| LOW | core/src/element.rs | 121 | /// } |
| LOW | core/src/element.rs | 141 | /// }), |
| LOW | core/src/element.rs | 161 | /// # |
| LOW | core/src/font.rs | 81 | |
| LOW | core/src/renderer.rs | 61 | ); |
| LOW | core/src/length.rs | 1 | use crate::Pixels; |
| LOW | core/src/widget.rs | 21 | /// If you want to build your own widgets, you will need to implement this |
| LOW | core/src/backend.rs | 1 | //! Graphical backends are designed to aid in rendering computer graphics to a monitor. |
| LOW | core/src/backend.rs | 121 | } |
| LOW | core/src/color.rs | 1 | //! Manage colors in different color spaces. |
| LOW | core/src/color.rs | 381 | } |
| LOW | core/src/lib.rs | 101 | |
| LOW | core/src/lib.rs | 121 | /// # let element: Option<()> = Some(()); |
| LOW | core/src/event.rs | 41 | pub enum Status { |
| LOW | core/src/border.rs | 21 | /// # |
| LOW | core/src/image.rs | 81 | Path(Id, PathBuf), |
| LOW | core/src/image.rs | 221 | /// A memory allocation of a [`Handle`], often in GPU memory. |
| LOW | core/src/image.rs | 281 | |
| LOW | core/src/image.rs | 301 | /// |
| LOW | core/src/image.rs | 321 | /// The image file was not found. |
| LOW | core/src/padding.rs | 1 | //! Space stuff around the perimeter. |
| LOW | core/src/padding.rs | 21 | /// # struct Widget; |
| LOW | core/src/content_fit.rs | 1 | //! Control the fit of some content (like an image) within a space. |
| LOW | core/src/content_fit.rs | 21 | /// within the window. This won't distort the image or crop/hide any edges, |
| LOW | core/src/content_fit.rs | 41 | Cover, |
| LOW | core/src/rotation.rs | 1 | //! Control the rotation of some content (like an image) within a space. |
| LOW | core/src/text.rs | 141 | } |
| LOW | core/src/text.rs | 161 | /// |
| LOW | core/src/text.rs | 201 | Word, |
| LOW | core/src/text.rs | 301 | /// No difference. |
| LOW | core/src/text.rs | 341 | /// [`ICON_FONT`]: Self::ICON_FONT |
| LOW | core/src/input_method.rs | 1 | //! Listen to input method events. |
| LOW | core/src/input_method.rs | 81 | /// |
| LOW | core/src/input_method.rs | 101 | /// preedit: Some(Preedit { content: "2".to_owned(), selection: None, text_size: None }), |
| LOW | core/src/input_method.rs | 141 | preedit: preedit.as_ref().map(Preedit::to_owned), |
| LOW | core/src/input_method.rs | 161 | /// [`Commit`][Self::Commit] events. You should also start performing IME related requests |
| LOW | core/src/input_method.rs | 181 | /// Notifies when the IME was disabled. |
| LOW | core/src/settings.rs | 21 | /// By default, it uses [`Family::SansSerif`](crate::font::Family::SansSerif). |
| LOW | core/src/widget/text.rs | 1 | //! Text widgets display information through writing. |
| LOW | core/src/widget/text.rs | 41 | /// # pub type Element<'a, Message> = iced_core::Element<'a, Message, iced_core::Theme, ()>; |
| LOW | core/src/layout/flex.rs | 1 | //! Distribute elements using a flex-based layout. |
| LOW | core/src/window/user_attention.rs | 1 | /// The type of user attention to request. |
| LOW | core/src/window/event.rs | 1 | use crate::time::Instant; |
| LOW | core/src/window/event.rs | 41 | /// The user has requested for the window to close. |
| LOW | core/src/window/event.rs | 61 | /// |
| LOW | core/src/window/position.rs | 1 | use crate::{Point, Size}; |
| LOW | core/src/window/level.rs | 1 | /// A window level groups windows with respect to their z-position. |
| LOW | core/src/window/settings.rs | 61 | |
| LOW | core/src/window/settings.rs | 81 | pub blur: bool, |
| LOW | core/src/window/settings/windows.rs | 1 | //! Platform specific settings for Windows. |
| LOW | core/src/window/settings/windows.rs | 41 | /// Let the system decide when to round window corners. |
| LOW | core/src/window/settings/linux.rs | 1 | //! Platform specific settings for Linux. |
| LOW | core/src/keyboard/key.rs | 1 | //! Identify keyboard keys. |
| LOW | core/src/keyboard/key.rs | 41 | /// |
| LOW | core/src/keyboard/key.rs | 121 | fn from(named: Named) -> Self { |
| LOW | core/src/keyboard/key.rs | 141 | /// This key is used enable the ISO Level 3 shift modifier (the standard `Shift` key is the |
| 286 more matches not shown… |