feat: scrolling
This commit is contained in:
parent
6657cd514b
commit
3b4f15b935
7 changed files with 73 additions and 15 deletions
|
|
@ -7,6 +7,12 @@ use std::future::Future;
|
|||
|
||||
pub type Activate = String;
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
pub enum WorkspaceEvent {
|
||||
Activate(String),
|
||||
Scroll(f64),
|
||||
}
|
||||
|
||||
pub fn data_path() -> PathBuf {
|
||||
let mut path = glib::user_data_dir();
|
||||
path.push(crate::ID);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue