display active indicators for each open window of an app on the dock
This commit is contained in:
parent
b3ce9ada8c
commit
a3349e673f
4 changed files with 28 additions and 10 deletions
|
|
@ -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>,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue