add action set icon while running (#1590)
* set windows icon live action * change get icon to insto raw * remove mobile docs * format * fix format * add file methods to Icon * Rename action to `ChangeIcon` and tidy up `Icon` modules * Fix documentation of `icon::Error` * Remove unnecessary `\` in `icon` documentation * Remove `etc.` from `Icon` documentation --------- Co-authored-by: Héctor Ramón Jiménez <hector0193@gmail.com>
This commit is contained in:
parent
e7549877ef
commit
5a056ce051
9 changed files with 177 additions and 163 deletions
|
|
@ -5,8 +5,11 @@ mod mode;
|
|||
mod redraw_request;
|
||||
mod user_attention;
|
||||
|
||||
pub mod icon;
|
||||
|
||||
pub use action::Action;
|
||||
pub use event::Event;
|
||||
pub use icon::Icon;
|
||||
pub use mode::Mode;
|
||||
pub use redraw_request::RedrawRequest;
|
||||
pub use user_attention::UserAttention;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue