wip rebase updates
This commit is contained in:
parent
86dcf8af6c
commit
e10459fb37
68 changed files with 1776 additions and 1544 deletions
|
|
@ -56,12 +56,12 @@ pub fn popup_dropdown<
|
|||
dropdown
|
||||
}
|
||||
|
||||
/// Produces a [`Task`] that closes the [`Dropdown`].
|
||||
pub fn close<Message: 'static>(id: Id) -> iced_runtime::Task<Message> {
|
||||
iced_runtime::task::effect(iced_runtime::Action::Widget(Box::new(operation::close(id))))
|
||||
}
|
||||
// /// Produces a [`Task`] that closes the [`Dropdown`].
|
||||
// pub fn close<Message: 'static>(id: Id) -> iced_runtime::Task<Message> {
|
||||
// iced_runtime::task::effect(iced_runtime::Action::Widget(Box::new(operation::close(id))))
|
||||
// }
|
||||
|
||||
/// Produces a [`Task`] that opens the [`Dropdown`].
|
||||
pub fn open<Message: 'static>(id: Id) -> iced_runtime::Task<Message> {
|
||||
iced_runtime::task::effect(iced_runtime::Action::Widget(Box::new(operation::open(id))))
|
||||
}
|
||||
// /// Produces a [`Task`] that opens the [`Dropdown`].
|
||||
// pub fn open<Message: 'static>(id: Id) -> iced_runtime::Task<Message> {
|
||||
// iced_runtime::task::effect(iced_runtime::Action::Widget(Box::new(operation::open(id))))
|
||||
// }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue