widgets: Update to relm4 next branch
This commit is contained in:
parent
d004d686bd
commit
887ff2959c
4 changed files with 27 additions and 26 deletions
|
|
@ -67,7 +67,7 @@ impl LabeledItem {
|
|||
impl Default for LabeledItem {
|
||||
fn default() -> Self {
|
||||
let root = GtkBox::new(Orientation::Horizontal, 0);
|
||||
let controller = imp::LabeledItem::init()
|
||||
let controller = imp::LabeledItem::builder()
|
||||
.attach_to(&root)
|
||||
.launch(())
|
||||
.detach();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue