mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-07-26 18:37:45 +02:00
feat: Add gesture click to wifi -> dbus connection
This commit is contained in:
parent
eb4c9bb2a6
commit
2228c11c3c
13 changed files with 347 additions and 82 deletions
|
@ -10,10 +10,13 @@ glib::wrapper! {
|
|||
@implements gtk::Accessible, gtk::Buildable, gtk::ConstraintTarget, gtk::Actionable;
|
||||
}
|
||||
|
||||
unsafe impl Send for ListEntry {}
|
||||
unsafe impl Sync for ListEntry {}
|
||||
|
||||
impl ListEntry {
|
||||
pub fn new(child: &impl IsA<Widget>) -> Self {
|
||||
let entry: ListEntry = Object::builder().build();
|
||||
entry.set_child(Some(child));
|
||||
entry
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue