Docs.rs
makepad-widgets-0.9.1
makepad-widgets 0.9.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
makepaddev
Dependencies
makepad-derive-widget ^0.9.0
normal
makepad-draw ^0.9.1
normal
makepad-fonts-chinese-bold ^0.9.1
normal
makepad-fonts-chinese-bold-2 ^0.9.1
normal
makepad-fonts-chinese-regular ^0.9.1
normal
makepad-fonts-chinese-regular-2 ^0.9.1
normal
makepad-fonts-emoji ^0.9.1
normal
makepad-html ^0.9.0
normal
makepad-zune-jpeg ^0.3.17
normal
makepad-zune-png ^0.4.10
normal
pulldown-cmark ^0.12.2
normal
unicode-segmentation ^1.11.0
normal
Versions
5.92%
of the crate is documented
Go to latest version
Platform
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
makepad_
widgets
0.9.1
Icon
Widget
Ext
Required Methods
icon
Implementors
In makepad_
widgets::
icon
makepad_widgets
::
icon
Trait
IconWidgetExt
Copy item path
Source
pub trait IconWidgetExt { // Required method fn
icon
(&self, path: &[
LiveId
]) ->
IconRef
; }
Required Methods
§
Source
fn
icon
(&self, path: &[
LiveId
]) ->
IconRef
Implementors
§
Source
§
impl<T>
IconWidgetExt
for T
where T:
Widget
,