display active indicators for each open window of an app on the dock

This commit is contained in:
Ashley Wulber 2021-12-21 17:55:43 -05:00
parent b3ce9ada8c
commit a3349e673f
4 changed files with 28 additions and 10 deletions

View file

@ -12,6 +12,8 @@ use gtk::CompositeTemplate;
pub struct DockItem {
#[template_child]
pub image: TemplateChild<gtk::Image>,
#[template_child]
pub dots: TemplateChild<gtk::Box>,
pub drag_controller: OnceCell<DragSource>,
}