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
|
|
@ -11,6 +11,7 @@ use crate::dock_object::DockObject;
|
|||
pub struct DockPopover {
|
||||
pub menu_handle: Rc<RefCell<Box>>,
|
||||
pub all_windows_item_revealer: Rc<RefCell<Revealer>>,
|
||||
pub all_windows_item_header: Rc<RefCell<Button>>,
|
||||
pub window_list: Rc<RefCell<ListBox>>,
|
||||
pub launch_new_item: Rc<RefCell<Button>>,
|
||||
pub favorite_item: Rc<RefCell<Button>>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue