Use libcomsic-applet in status-area, network, graphics
This commit is contained in:
parent
aac43de65d
commit
765e3af815
13 changed files with 154 additions and 330 deletions
|
|
@ -123,4 +123,12 @@ impl AppletButton {
|
|||
pub fn set_popover_child(&self, child: Option<&impl IsA<gtk4::Widget>>) {
|
||||
self.inner().popover.set_child(child);
|
||||
}
|
||||
|
||||
pub fn popdown(&self) {
|
||||
self.inner().popover.popdown();
|
||||
}
|
||||
|
||||
pub fn popup(&self) {
|
||||
self.inner().popover.popup();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue