libcosmic/examples/dock/utils.rs

6 lines
149 B
Rust
Raw Normal View History

use crate::Item;
2021-12-20 23:52:59 -05:00
#[derive(Clone, Debug, Default, glib::GBoxed)]
#[gboxed(type_name = "BoxedWindowList")]
pub struct BoxedWindowList(pub Vec<Item>);