connect handler for new window and quit all from dock menu
This commit is contained in:
parent
ca89fb6199
commit
21bc4af3c9
5 changed files with 88 additions and 19 deletions
|
|
@ -35,6 +35,7 @@ impl DockItem {
|
|||
|
||||
let item_box = Box::new(Orientation::Vertical, 0);
|
||||
self_.set_child(Some(&item_box));
|
||||
self_.add_css_class("dock_item");
|
||||
|
||||
let image = cascade! {
|
||||
Image::new();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue